summaryrefslogtreecommitdiff
path: root/libc/stdio/ftello64.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-20 06:53:14 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-20 06:53:14 +0000
commit100e79a3dfd1b1037c7300ba03f566c81f861fd1 (patch)
tree0de2a3cc48458979883906397f29b03edf0dbd32 /libc/stdio/ftello64.c
parent10ceffaf8b6237ff3d86ecd7799ec8c094114523 (diff)
fix tab issue properly by not using tabs
Diffstat (limited to 'libc/stdio/ftello64.c')
-rw-r--r--libc/stdio/ftello64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/ftello64.c b/libc/stdio/ftello64.c
index f3b289eee..f87c4caad 100644
--- a/libc/stdio/ftello64.c
+++ b/libc/stdio/ftello64.c
@@ -9,7 +9,7 @@
#ifdef __UCLIBC_HAS_LFS__
# define __DO_LARGEFILE
-# define FTELL __ftello64
-# define OFFSET_TYPE __off64_t
+# define FTELL __ftello64
+# define OFFSET_TYPE __off64_t
# include "ftello.c"
#endif