X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_write.c;h=95a84f2a548cbe153cff31f1ae831ecb1cebae6a;hp=f2e5c485e52dada412c0e2c8e7b6bc3971720b7b;hb=5b0cdc598759a8ddfa2bb1a7d8252443e65f0ca7;hpb=0f001f6812fb10698f6f0471740242faf7269291 diff --git a/osx_write.c b/osx_write.c index f2e5c485..95a84f2a 100644 --- a/osx_write.c +++ b/osx_write.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 @@ -247,7 +247,7 @@ e0: return ret; } -__malloc void *osx_write_parse_config(char *options) +__malloc static void *osx_write_parse_config(const char *options) { struct osx_write_args_info *conf = para_calloc(sizeof(struct osx_write_args_info));