summaryrefslogtreecommitdiff
path: root/src/util/safe_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/safe_print.h')
-rw-r--r--src/util/safe_print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/safe_print.h b/src/util/safe_print.h
index dd66ed41b..553f78bb7 100644
--- a/src/util/safe_print.h
+++ b/src/util/safe_print.h
@@ -44,7 +44,7 @@
#include "cvc4_export.h"
-namespace CVC4 {
+namespace CVC5 {
/**
* Prints arrays of chars (e.g. string literals) of length N. Safe to use in a
@@ -136,6 +136,6 @@ void safe_print_hex(int fd, uint64_t i);
*/
void safe_print_right_aligned(int fd, uint64_t i, ssize_t width);
-} /* CVC4 namespace */
+} // namespace CVC5
#endif /* CVC4__SAFE_PRINT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback