aboutsummaryrefslogtreecommitdiff
path: root/src/wine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wine.c')
-rw-r--r--src/wine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wine.c b/src/wine.c
index cf3bc7e..16c342f 100644
--- a/src/wine.c
+++ b/src/wine.c
@@ -25,7 +25,7 @@ static const struct Command winecmd_commands[] = {
};
static const struct Flag winecmd_flags[] = {
- { .name = "help", .variant = TWO, .returns = 1, .func = winecmd_help, .description = "show this message"},
+ { .name = "help", .variant = TWO, .returns = 1, .func = winecmd_help, .description = "show this message"},
{ .name = "no-net", .variant = TWO, .returns = 0, .func = set_no_net, .description = "run commands without commitment"}
};