More SWIG pythonry
[yaffs2.git] / direct / python / yaffs_swig_helper.c
index 9adc18313d3820dc9f84fc8487164022938b55b4..c803a5576338c95b12abbe82f2e176377a9884a1 100644 (file)
@@ -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;
 }