X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=b1ab00cfa97ca9c991396a76a4fc4964eb169232;hp=acf1d292a4a33ed8ed7ef2649382c9a2c3f4a3e8;hb=566fce2b157e3cd134b35afc243472955423ea2c;hpb=b680e18c069fef1a03b83a5f906c994e1ab063a1 diff --git a/write_common.c b/write_common.c index acf1d292..b1ab00cf 100644 --- a/write_common.c +++ b/write_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Andre Noll + * Copyright (C) 2006-2007 Andre Noll * * 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;