Alexandre Julliard <julliard@winehq.org>
[reactos.git] / reactos / tools / wrc / writeres.c
index 327b121..6fed70b 100644 (file)
@@ -46,7 +46,7 @@
 void write_resfile(char *outname, resource_t *top)
 {
        FILE *fo;
-       int ret;
+       unsigned int ret;
        char zeros[3] = {0, 0, 0};
 
        fo = fopen(outname, "wb");