chiark
/
gitweb
/
~mdw
/
checkpath
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
checkpath,c, chpath.c, tmpdir.c: : Hoist declarations to function head.
[checkpath]
/
chkpath.c
diff --git
a/chkpath.c
b/chkpath.c
index c5ef46ebe48d1acbb1587419695f12f8886c645f..a7158d3c7efb3978fc7813e0f9dd957b630c3e03 100644
(file)
--- a/
chkpath.c
+++ b/
chkpath.c
@@
-133,8
+133,8
@@
int main(int argc, char *argv[])
{ "verbose", 0, 0, 'v' },
{ 0, 0, 0, 0 }
};
- int i = mdwopt(argc, argv, "hVu" "g:pqstv", opts, 0, 0, 0);
+ i = mdwopt(argc, argv, "hVu" "g:pqstv", opts, 0, 0, 0);
if (i < 0)
break;
switch (i) {