]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/functions/_PDCLIB/seek.c
Fixed prototype warnings.
[pdclib] / platform / example_cygwin / functions / _PDCLIB / seek.c
index c1094f346554fca88b02eb52e305b3c5192aa915..449a62a459cfd23a0a847470483993e373049775 100644 (file)
@@ -60,7 +60,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;