projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b053247
)
write.c: Make check_args() static
author
Andre
<maan@p133.(none)>
Thu, 20 Apr 2006 14:23:04 +0000
(16:23 +0200)
committer
Andre
<maan@p133.(none)>
Thu, 20 Apr 2006 14:23:04 +0000
(16:23 +0200)
write.c
patch
|
blob
|
history
diff --git
a/write.c
b/write.c
index
3fb0ef0
..
79aaef3
100644
(file)
--- a/
write.c
+++ b/
write.c
@@
-168,7
+168,7
@@
out:
return ret;
}
-struct writer_node_group *check_args(void)
+st
atic st
ruct writer_node_group *check_args(void)
{
int i, ret = -E_WRITE_SYNTAX;
static struct timeval tv;