diff options
-rw-r--r-- | src/sys2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys2.h b/src/sys2.h index 08507830e..06f70bd15 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -129,7 +129,7 @@ char *alloca (); #endif #define N_(Text) Text -#define STREQ(a,b) (strcmp ((a), (b)) == 0) +#define STREQ(a, b) (strcmp ((a), (b)) == 0) #ifndef HAVE_DECL_FREE void free (); |