]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audioc.c
Merge branch 'maint'
[paraslash.git] / audioc.c
index 8c6b7ec8f1b7df61b790bc55d09cd0755bbf141a..f8fd80faa77bdea4a4f1139bb8168268ce59ddc3 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@tuebingen.mpg.de>
+ * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -24,7 +24,8 @@
 #include "ggo.h"
 #include "version.h"
 
-INIT_AUDIOC_ERRLISTS;
+/** Array of error strings. */
+DEFINE_PARA_ERRLIST;
 
 /** The gengetopt structure containing command line args. */
 static struct audioc_args_info conf;