diff options
author | Peter Osterlund <petero2@telia.com> | 2005-03-06 09:46:29 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:09 +0200 |
commit | 6b7e8f38917d22644374121ee37288ce1867b86e (patch) | |
tree | fd5c84ff3e8fecdab661395e3b6396bf8f72e6ad /syndaemon.c | |
parent | a37fdb94f4fc48a896400071a36191a59ee477fd (diff) |
Forgot to make pid_file static in change
a37fdb94f4fc48a896400071a36191a59ee477fd.
Diffstat (limited to 'syndaemon.c')
-rw-r--r-- | syndaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syndaemon.c b/syndaemon.c index f9a889c..4f0b9dc 100644 --- a/syndaemon.c +++ b/syndaemon.c @@ -34,7 +34,7 @@ static SynapticsSHM *synshm; static int pad_disabled; static int disable_taps_only; static int background = 0; -const char *pid_file; +static const char *pid_file; static void |