]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.c
audiod.c: [trivial] move close_stat_pipe() closer to its callers
[paraslash.git] / write_common.c
index acf1d292a4a33ed8ed7ef2649382c9a2c3f4a3e8..b1ab00cfa97ca9c991396a76a4fc4964eb169232 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
  *
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
@@ -149,7 +149,7 @@ void init_supported_writers(void)
                writers[i].init(&writers[i]);
 }
 
-void *check_writer_arg(char *wa, int *writer_num)
+void *check_writer_arg(const char *wa, int *writer_num)
 {
        int i;