]> wimlib.net Git - wimlib/commitdiff
Print newline after security data
authorEric Biggers <ebiggers3@gmail.com>
Sun, 20 May 2012 16:29:19 +0000 (11:29 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 20 May 2012 16:29:19 +0000 (11:29 -0500)
src/security.c

index cfc6fbd1874f3f20126d8f0121266533d8dc1237..3a17ab3386b03d44d4fe5b153362f54bcf59ae55 100644 (file)
@@ -255,7 +255,6 @@ void print_security_data(const struct wim_security_data *sd)
        } else {
                puts("Length            = 8 bytes\n"
                     "Number of Entries = 0");
-               return;
        }
        putchar('\n');
 }