]> pd.if.org Git - pdclib/blobdiff - functions/stdio/feof.c
Whitespace cleanups.
[pdclib] / functions / stdio / feof.c
index 95798ff32a7149880999640e708d0b74d0cdf3a6..a57071f9f949c53d2155f9de4fc55888d4c9f4f1 100644 (file)
@@ -16,7 +16,8 @@ int feof( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -25,4 +26,3 @@ int main( void )
 }
 
 #endif
-