diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-10-31 10:17:41 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-10-31 10:17:41 +0100 |
commit | aba9b10df942a8e532bccbb589b175eae2661224 (patch) | |
tree | 103a8f2c222c1a3b0563decdb082b27d4e4cfc45 /libc/misc/internals/__uClibc_main.c | |
parent | 0f9734f891b92a277a230ba81c1ec0c775208942 (diff) |
__uclibc_main: remove stray trailing space
test post-receive hook
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/misc/internals/__uClibc_main.c')
-rw-r--r-- | libc/misc/internals/__uClibc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c index d120fa22e..8a3646cde 100644 --- a/libc/misc/internals/__uClibc_main.c +++ b/libc/misc/internals/__uClibc_main.c @@ -35,7 +35,7 @@ #endif #ifdef __UCLIBC_HAS_THREADS__ #include <pthread.h> -#endif +#endif #ifdef __UCLIBC_HAS_LOCALE__ #include <locale.h> #endif |