X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;fp=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;h=29750d46b2a7757cf785c10fa9756dfc98503622;hb=21d7b4c571a934c050edba194a2ed90705b46d86;hp=b778f3f9dabe374c63a54b551b4e2bbf38d61669;hpb=0d3b5f61d6092677a4e644475346ecd9831d6f3d;p=fw%2Fpdclib diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index b778f3f..29750d4 100644 --- a/platform/example/functions/stdio/tmpfile.c +++ b/platform/example/functions/stdio/tmpfile.c @@ -91,7 +91,7 @@ struct _PDCLIB_file_t * tmpfile( void ) #include <_PDCLIB_test.h> #include -int main() +int main( void ) { FILE * fh; #ifndef REGTEST