summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authoralgernon <algernon>2001-04-10 12:15:29 +0000
committeralgernon <algernon>2001-04-10 12:15:29 +0000
commita9c97245c6b639895561c8be3de653b65420a2d6 (patch)
treebedf85e5ed73eae4156f3ea38b70ad180c47bfd5 /src/main.c
parent0836735be100dcfc46a69f5eb133054a9e566755 (diff)
downloadratpoison-a9c97245c6b639895561c8be3de653b65420a2d6.zip
(main): silence a warning
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fe6eb0a..7a8c19a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -330,7 +330,7 @@ main (int argc, char *argv[])
int do_kill = 0;
int do_restart = 0;
int do_command = 0;
- char *command;
+ char *command = NULL;
myargv = argv;