]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ftell.c
Whitespace cleanups.
[pdclib] / functions / stdio / ftell.c
index af6542c0d713edd797eaeb80a5fdc6aeb3379a7a..f4bd300713c60b92b9f4a06f223c4ed24719c23b 100644 (file)
@@ -42,7 +42,8 @@ long int ftell( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
@@ -97,4 +98,3 @@ int main( void )
 }
 
 #endif
-