about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-10-31 10:07:38 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-10-31 10:07:38 +0000
commitf939819e286b186e0ff35658187484ac4781e03e (patch)
treea387be133e14c0c064bc06f3ae08649802a0f8b3
parentd5700c2f204dcd261e49ce06068c8a5c330b326f (diff)
downloadbtpd-f939819e286b186e0ff35658187484ac4781e03e.tar.gz
btpd-f939819e286b186e0ff35658187484ac4781e03e.zip
No parenthesis needed around a string value.
-rw-r--r--btpd/btpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/btpd.h b/btpd/btpd.h
index 481c365..cc8d94d 100644
--- a/btpd/btpd.h
+++ b/btpd/btpd.h
@@ -34,7 +34,7 @@
 #include "btpd_if.h"
 #undef DAEMON
 
-#define BTPD_VERSION (PACKAGE_NAME "/" PACKAGE_VERSION)
+#define BTPD_VERSION PACKAGE_NAME "/" PACKAGE_VERSION
 
 #define BTPD_L_ALL      0xffffffff
 #define BTPD_L_ERROR    0x00000001