summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-19 14:47:37 +0000
committerRoy Marples <roy@marples.name>2008-05-19 14:47:37 +0000
commit8a5b130746063c2f984ce46a548543ea122f3052 (patch)
treedda250b8ca3e57de14ae43282597cede58f812fb /config.h
parent9934ead60e17bf90ebb780812bbe77916d92c942 (diff)
downloaddhcpcd-8a5b130746063c2f984ce46a548543ea122f3052.tar.xz
Style
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b2a5e5d2..4d9fe899 100644
--- a/config.h
+++ b/config.h
@@ -83,7 +83,7 @@
# define LEASEFILE DBDIR "/" PACKAGE "-%s.lease"
#endif
#ifndef PIDFILE
-# define PIDFILE RUNDIR "/" PACKAGE "-%s.pid"
+# define PIDFILE RUNDIR "/" PACKAGE "-%s.pid"
#endif
#define UNCONST(a) ((void *)(unsigned long)(const void *)(a))