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

Commit 6302b420 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 487d6d3d: am 02fd2924: Merge "Fixed warnings test_zipfile"

* commit '487d6d3d':
  Fixed warnings test_zipfile
parents a4ad7348 487d6d3d
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;