Skip to content

Commit 10cd631

Browse files
committed
fixup PACKAGE_STRING macro
it was introduced in b9dcf5b but contained a stray \
1 parent 0121f5e commit 10cd631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patchelf.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
#include "elf.h"
4242

43-
#ifndef PACKAGE_STRING \
43+
#ifndef PACKAGE_STRING
4444
#define PACKAGE_STRING "patchelf"
4545
#endif
4646

0 commit comments

Comments
 (0)