summaryrefslogtreecommitdiffstats
path: root/atasmart.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-01 20:34:18 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-01 20:34:18 +0200
commit25a3632fd96b60cf501fc1a7a96eef2e9103816e (patch)
tree4f5214e634d2a2fc19a8e40f7a4b0a99d9c648e9 /atasmart.c
parentfc7fd150835589a27a0447254a3b0ecb0612ee41 (diff)
autoconfization
Diffstat (limited to 'atasmart.c')
-rw-r--r--atasmart.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/atasmart.c b/atasmart.c
index a244fdf..dd5f323 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -24,8 +24,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
-
#include <arpa/inet.h>
#include <stdlib.h>
#include <alloca.h>
@@ -1043,7 +1041,7 @@ static char *print_value(char *s, size_t len, const SkSmartAttributeParsedData *
s[len-1] = 0;
return s;
-};
+}
#define HIGHLIGHT "\x1B[1m"
#define ENDHIGHLIGHT "\x1B[0m"