projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cba74
)
write.c: Make some variables static
author
Andre
<maan@meins.(none)>
Wed, 1 Nov 2006 14:16:31 +0000
(15:16 +0100)
committer
Andre
<maan@meins.(none)>
Wed, 1 Nov 2006 14:16:31 +0000
(15:16 +0100)
write.c
patch
|
blob
|
history
diff --git
a/write.c
b/write.c
index
bf5ce62
..
ec27f3d
100644
(file)
--- a/
write.c
+++ b/
write.c
@@
-60,9
+60,9
@@
struct initial_delay_task {
};
static struct write_args_info conf;
-struct stdin_task sit;
-struct check_wav_task cwt;
-struct initial_delay_task idt;
+st
atic st
ruct stdin_task sit;
+st
atic st
ruct check_wav_task cwt;
+st
atic st
ruct initial_delay_task idt;
static struct writer_node_group *wng;
/** length of a standard wav header */