Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02fd2924 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "Fixed warnings test_zipfile"

parents c6620cb3 62188564
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
#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;