Skip to content

Commit

Permalink
Removed misspelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz authored Sep 11, 2018
1 parent dd54b15 commit 37842b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions minizip.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ int32_t minizip_list(const char *path)
string_method = "LZMA";
break;
default:
// we want string_method to be 6 characters max for printf
string_method = "Unknwn";
string_method = "?";
}

mz_zip_time_t_to_tm(file_info->modified_date, &tmu_date);
Expand Down Expand Up @@ -620,4 +619,4 @@ int main(int argc, const char *argv[])

return err;
}
#endif
#endif

0 comments on commit 37842b6

Please sign in to comment.