Merge "Fixed warnings test_zipfile"

This commit is contained in:
Jean-Baptiste Queru 2012-08-21 08:09:06 -07:00 committed by android code review
commit 02fd29246a

View file

@ -1,5 +1,5 @@
#include <zipfile/zipfile.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@ -55,6 +55,8 @@ main(int argc, char** argv)
switch (what)
{
case HUH:
break;
case LIST:
dump_zipfile(stdout, zip);
break;