diff zip.c @ 1594:137dbd05ceab

Fix some issues identified by cppcheck
author Michael Pavone <pavone@retrodev.com>
date Fri, 29 Jun 2018 09:33:23 -0700
parents 7121daaa48c2
children 0111c8344477
line wrap: on
line diff
--- a/zip.c	Thu Jun 28 09:27:05 2018 -0700
+++ b/zip.c	Fri Jun 29 09:33:23 2018 -0700
@@ -176,8 +176,8 @@
 			}
 		}
 		break;
+	}
 #endif
-	}
 	default:
 		free(buf);
 		return NULL;