X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_swig_helper.c;fp=direct%2Fpython%2Fyaffs_swig_helper.c;h=c803a5576338c95b12abbe82f2e176377a9884a1;hb=7282db97a2cb76223c8181c5a8476da9fc2f1a6e;hp=9adc18313d3820dc9f84fc8487164022938b55b4;hpb=5fdeee70197161d59e3022372d424594c291ce5e;p=yaffs2.git diff --git a/direct/python/yaffs_swig_helper.c b/direct/python/yaffs_swig_helper.c index 9adc183..c803a55 100644 --- a/direct/python/yaffs_swig_helper.c +++ b/direct/python/yaffs_swig_helper.c @@ -18,4 +18,6 @@ int yaffs_print_constants(void) printf( "O_WRONLY.......%d\n",O_WRONLY); printf( "O_RDWR.........%d\n",O_RDWR); printf( "O_TRUNC........%d\n",O_TRUNC); + + return 0; }