]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/seek.c
Fixed prototype warnings.
[pdclib] / platform / example / functions / _PDCLIB / seek.c
index b3e1830dca64f6de749c855c3d987ad7df7f3389..755abe2cb1eb9393a943356007f9071a69b9f2de 100644 (file)
@@ -63,7 +63,7 @@ _PDCLIB_int64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t of
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
     /* Testing covered by ftell.c */
     return TEST_RESULTS;