From f939819e286b186e0ff35658187484ac4781e03e Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Tue, 31 Oct 2006 10:07:38 +0000 Subject: [PATCH] No parenthesis needed around a string value. --- btpd/btpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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