X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=platform%2Fexample_cygwin%2Ffunctions%2F_PDCLIB%2Fseek.c;fp=platform%2Fexample_cygwin%2Ffunctions%2F_PDCLIB%2Fseek.c;h=449a62a459cfd23a0a847470483993e373049775;hb=21d7b4c571a934c050edba194a2ed90705b46d86;hp=c1094f346554fca88b02eb52e305b3c5192aa915;hpb=0d3b5f61d6092677a4e644475346ecd9831d6f3d;p=fw%2Fpdclib diff --git a/platform/example_cygwin/functions/_PDCLIB/seek.c b/platform/example_cygwin/functions/_PDCLIB/seek.c index c1094f3..449a62a 100644 --- a/platform/example_cygwin/functions/_PDCLIB/seek.c +++ b/platform/example_cygwin/functions/_PDCLIB/seek.c @@ -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;