summaryrefslogtreecommitdiff
path: root/libc/stdio/ftello.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-20 00:46:37 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-20 00:46:37 +0000
commit0a18f43f729c349e43bd3c6a724480cc18a518a9 (patch)
treebc6a0e6bb430c2e560a05645d9f4758c252210ba /libc/stdio/ftello.c
parente84e218969f50680ea1d490fc9dd14e308a33bda (diff)
Tab clean-up.
Diffstat (limited to 'libc/stdio/ftello.c')
-rw-r--r--libc/stdio/ftello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/ftello.c b/libc/stdio/ftello.c
index a28333efc..a69ce23df 100644
--- a/libc/stdio/ftello.c
+++ b/libc/stdio/ftello.c
@@ -8,7 +8,7 @@
#include "_stdio.h"
#ifndef __DO_LARGEFILE
-# define FTELL ftell
+# define FTELL ftell
# define OFFSET_TYPE long int
#endif