Browse Source

No parenthesis needed around a string value.

master
Richard Nyberg 18 years ago
parent
commit
f939819e28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      btpd/btpd.h

+ 1
- 1
btpd/btpd.h View File

@@ -34,7 +34,7 @@
#include "btpd_if.h" #include "btpd_if.h"
#undef DAEMON #undef DAEMON


#define BTPD_VERSION (PACKAGE_NAME "/" PACKAGE_VERSION)
#define BTPD_VERSION PACKAGE_NAME "/" PACKAGE_VERSION


#define BTPD_L_ALL 0xffffffff #define BTPD_L_ALL 0xffffffff
#define BTPD_L_ERROR 0x00000001 #define BTPD_L_ERROR 0x00000001


Loading…
Cancel
Save