/
niceSOFT
/
diffutils
Обзор
Документация
Войти
/
niceSOFT
/
diffutils
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.3
gl/lib/sh-quote.c.diff
15 строк
438 B
Jim Meyering
build: avoid a warning from gnulib's sh-quote.c
22 ноя 2009, 19:15
22 ноя 2009, 19:15
8c3d25a
Код
Авторство
О чём код?
diff --git a/lib/sh-quote.c b/lib/sh-quote.c index e349f40..788989a 100644 --- a/lib/sh-quote.c +++ b/lib/sh-quote.c @@ -30,7 +30,7 @@ static struct quoting_options *sh_quoting_options; /* Initializes the sh_quoting_options variable. */ static void -init_sh_quoting_options () +init_sh_quoting_options (void) { sh_quoting_options = clone_quoting_options (NULL); set_quoting_style (sh_quoting_options, shell_quoting_style); --