From 25a3632fd96b60cf501fc1a7a96eef2e9103816e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jul 2008 20:34:18 +0200 Subject: autoconfization --- atasmart.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'atasmart.c') diff --git a/atasmart.c b/atasmart.c index a244fdf..dd5f323 100644 --- a/atasmart.c +++ b/atasmart.c @@ -24,8 +24,6 @@ #include #endif -#define _GNU_SOURCE - #include #include #include @@ -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" -- cgit