From 100e79a3dfd1b1037c7300ba03f566c81f861fd1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 20 Nov 2005 06:53:14 +0000 Subject: fix tab issue properly by not using tabs --- libc/stdio/fopen64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/fopen64.c') diff --git a/libc/stdio/fopen64.c b/libc/stdio/fopen64.c index 95cd7a02b..7ac73dc8c 100644 --- a/libc/stdio/fopen64.c +++ b/libc/stdio/fopen64.c @@ -9,7 +9,7 @@ #ifdef __UCLIBC_HAS_LFS__ # define __DO_LARGEFILE -# define fopen fopen64 -# define FILEDES_ARG (-2) +# define fopen fopen64 +# define FILEDES_ARG (-2) # include "fopen.c" #endif -- cgit v1.2.3