blob: 9bb13347edcc73d2d5e37f9ec62a6a2eed68256c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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);
--
|