* commit '487d6d3db3f504b0120fc605ad3a4155ca214674': Fixed warnings test_zipfile
This commit is contained in:
commit
6302b42055
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue