]> git.marmaro.de Git - mmh/blobdiff - uip/fmtdump.c
Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / fmtdump.c
index cc9a589a04763707de2ef919a00351150d390d44..a590a0063529bdff1b52c222a3d06a7d076a48a2 100644 (file)
@@ -106,7 +106,8 @@ main (int argc, char **argv)
     ncomps = fmt_compile(nfs, &fmt);
 
     fmt_dump(fmt);
-    return done(0);
+    done(0);
+    return 1;
 }
 
 static void