]> diplodocus.org Git - nmh/blobdiff - uip/folder.c
Typecast to get rid of warnings that array index into types[] is a char.
[nmh] / uip / folder.c
index c023e1141acf90a26345e6ee9ab44e82e374678c..f940316918b07c1cdda06ab080869864acbaf852 100644 (file)
@@ -421,7 +421,7 @@ main (int argc, char **argv)
     print_folders();
 
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }
 
 /*