diff options
Diffstat (limited to 'src/base/cprintf.hh')
-rw-r--r-- | src/base/cprintf.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/cprintf.hh b/src/base/cprintf.hh index 2920e210d..cd5d642c1 100644 --- a/src/base/cprintf.hh +++ b/src/base/cprintf.hh @@ -125,7 +125,7 @@ struct Print void end_args(); }; -/* end namespace cp */ } +} // namespace cp typedef VarArgs::List<cp::Print> CPrintfArgsList; |