summaryrefslogtreecommitdiff
path: root/keys.c
diff options
context:
space:
mode:
authorPhilippe Brochard <hocwp@free.fr>2010-12-04 21:59:35 +0100
committerPhilippe Brochard <hocwp@free.fr>2010-12-04 21:59:35 +0100
commit4a4d790e95f77ef8c99132e2a022397d7cfe54d6 (patch)
tree9bb6b58b630379f4bda9d8a7ca5720b78cc33fbe /keys.c
parentec0b1d484283903a493571b746c15ef890e59399 (diff)
downloadxbindkeys-4a4d790e95f77ef8c99132e2a022397d7cfe54d6.tar.gz
Fix compilations warnings
Diffstat (limited to 'keys.c')
-rw-r--r--keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keys.c b/keys.c
index a150ed5..cd8d0c4 100644
--- a/keys.c
+++ b/keys.c
@@ -416,9 +416,9 @@ remove_key (KeyType_t type, EventType_t event_type, KeySym keysym, KeyCode keyco
void
run_command (char *command)
{
+#ifdef FORK_FLAG
pid_t pid;
-#ifdef FORK_FLAG
if (verbose)
printf ("Start program with fork+exec call\n");