projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed276c0
)
(main): Fixed braino in assert.
author
Roland McGrath
<roland@redhat.com>
Tue, 28 Mar 1995 18:59:57 +0000
(18:59 +0000)
committer
Roland McGrath
<roland@redhat.com>
Tue, 28 Mar 1995 18:59:57 +0000
(18:59 +0000)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 13730cc31218df2ba80c81390622241be5b3753a..2c92793ce25ff2f81516ec71c8cdd97036c4155a 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-926,7
+926,7
@@
main (argc, argv, envp)
{
case 1:
default:
-#define BOGUS_UPDATE_STATUS
1
+#define BOGUS_UPDATE_STATUS
0
assert (BOGUS_UPDATE_STATUS);
break;