projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Various cleanups to fix compiler warnings.
[rmac]
/
error.c
diff --git
a/error.c
b/error.c
index 9a4baeba73888d75bc253ad398b74a2441b2db99..26f82b7ad02396350493f10532b7148730e4a7ec 100644
(file)
--- a/
error.c
+++ b/
error.c
@@
-158,4
+158,4
@@
int interror(int n) {
else printf("%s", buf);
exit(1);
-}
\ No newline at end of file
+}