git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fe065a4
)
- some indentation fixes
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Sat, 25 Dec 1999 21:08:16 +0000
(21:08 +0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Sat, 25 Dec 1999 21:08:16 +0000
(21:08 +0000)
check/main.cpp
patch
|
blob
|
history
diff --git
a/check/main.cpp
b/check/main.cpp
index 0171e9c56de84dd0fff035d1b0c0f47d751d92a0..cf363983f2863802cb917d3e907552336bbde0c8 100644
(file)
--- a/
check/main.cpp
+++ b/
check/main.cpp
@@
-46,7
+46,7
@@
int main()
}
} catch (exception const & e) {
cout << "error: caught an exception: " << e.what() << endl;
-
result++;
+ result++;
}
if (result) {