summaryrefslogtreecommitdiff
path: root/src/expr/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/command.h')
-rw-r--r--src/expr/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index 6bb6fba3d..a6f22fe20 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -57,7 +57,7 @@ enum BenchmarkStatus {
SMT_UNSATISFIABLE,
/** The status of the benchmark is unknown */
SMT_UNKNOWN
-};
+};/* enum BenchmarkStatus */
std::ostream& operator<<(std::ostream& out,
BenchmarkStatus status) throw() CVC4_PUBLIC;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback