]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ferror.c
Whitespace cleanups.
[pdclib] / functions / stdio / ferror.c
index 15d4d3885503c0948109f88f42dded491f717a0e..54f43f0133ea0ab598ae7eff5b2dfd5016c9436d 100644 (file)
@@ -16,7 +16,8 @@ int ferror( 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
-