- return ret so we return something meaningful.

This commit is contained in:
Bernhard Reutner-Fischer 2006-04-24 17:41:29 +00:00
parent 70cbb6e026
commit 56fbd21fa7

View File

@ -232,7 +232,7 @@ loop:
}
fclose(table);
return 0;
return ret;
}
#else