This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
No parenthesis needed around a string value.
master
Richard Nyberg
18 years ago
parent
d5700c2f20
commit
f939819e28
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
btpd/btpd.h
+ 1
- 1
btpd/btpd.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save