summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2012-10-09 22:24:35 +0000
committerKshitij Bansal <kshitij@cs.nyu.edu>2012-10-09 22:24:35 +0000
commit6685c1da8e7add4e4e6cc7996b43225d13782e56 (patch)
tree4c4d9daea1d2f466099120e8f625e821b299e72a /src/main
parent4ec5125c8c930c6b0c64d965bbfbe609db693a8f (diff)
typo
Diffstat (limited to 'src/main')
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 7c2b7b89e..e27fe65a4 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -328,7 +328,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
}
#else /* CVC4_DEBUG */
if(opts[options::earlyExit]) {
- _exit(returnValue);
+ _exit(returnValue);
}
#endif /* CVC4_DEBUG */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback