diff options
Diffstat (limited to 'src/stroke/stroke.c')
-rw-r--r-- | src/stroke/stroke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index 7a734a05f..f53d88f06 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -238,7 +238,7 @@ static void exit_usage(char *error) int main(int argc, char *argv[]) { - int res; + int res = 0; char *op; if (argc < 2) |