diff options
-rw-r--r-- | src/usleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usleep.c b/src/usleep.c index f814bb7d..7d56599c 100644 --- a/src/usleep.c +++ b/src/usleep.c @@ -18,7 +18,7 @@ int main(int argc, char **argv) { poptContext optCon; int showVersion = 0; int rc; - char * countStr; + char * countStr = NULL; struct poptOption options[] = { { "version", 'v', POPT_ARG_NONE, &showVersion, 0, "Display the version of this program, and exit" }, |