]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-af-list: drop unnecessary backslash
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 May 2017 20:47:26 +0000 (16:47 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 May 2017 00:01:04 +0000 (20:01 -0400)
src/test/test-af-list.c

index e5ca54c8e7873a169692e3e89f7a6e0d07d463ce..bbaf18b08a2e1064d7ca1793b6b7000e42c8f32e 100644 (file)
@@ -24,7 +24,7 @@
 #include "string-util.h"
 #include "util.h"
 
-_unused_ \
+_unused_
 static const struct af_name* lookup_af(register const char *str, register GPERF_LEN_TYPE len);
 
 #include "af-from-name.h"