projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e458e7d
)
Changed call of done() to return of done() to eliminate compilation warning.
author
Dan Harkless
<dan@harkless.org>
Fri, 16 Jul 1999 00:47:33 +0000
(
00:47
+0000)
committer
Dan Harkless
<dan@harkless.org>
Fri, 16 Jul 1999 00:47:33 +0000
(
00:47
+0000)
uip/ali.c
patch
|
blob
|
history
diff --git
a/uip/ali.c
b/uip/ali.c
index
bbbf0c1
..
54c8b05
100644
(file)
--- a/
uip/ali.c
+++ b/
uip/ali.c
@@
-164,7
+164,7
@@
main (int argc, char **argv)
}
}
- done (0);
+ return done (0);
}
void