diff options
Diffstat (limited to 'src/clients/cave/cmd_display_resolution.cc')
-rw-r--r-- | src/clients/cave/cmd_display_resolution.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_display_resolution.cc b/src/clients/cave/cmd_display_resolution.cc index 49adda4d4..8c89b2644 100644 --- a/src/clients/cave/cmd_display_resolution.cc +++ b/src/clients/cave/cmd_display_resolution.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2009, 2010, 2011 Ciaran McCreesh + * Copyright (c) 2009, 2010, 2011, 2012 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -1724,6 +1724,8 @@ namespace choices_to_explain, maybe_totals); star_i.first->accept(v); + + cout << fuc(fs_display_one_done()); } if (! any) |