]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
write.c: Make some variables static
authorAndre <maan@meins.(none)>
Wed, 1 Nov 2006 14:16:31 +0000 (15:16 +0100)
committerAndre <maan@meins.(none)>
Wed, 1 Nov 2006 14:16:31 +0000 (15:16 +0100)
write.c

diff --git a/write.c b/write.c
index bf5ce629175e70dd35b34655e102416b6699c973..ec27f3d35ac078824e03f33c3ba38572177ef38d 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;
+static struct stdin_task sit;
+static struct check_wav_task cwt;
+static struct initial_delay_task idt;
 static struct writer_node_group *wng;
 
 /** length of a standard wav header */