| commit | ce6b58a9881aa5a804894bfed6029cdd4b823585 | [log] [tgz] |
|---|---|---|
| author | Thomas Klausner <tk@giga.or.at> | Sun Jun 15 23:43:17 2014 +0200 |
| committer | Thomas Klausner <tk@giga.or.at> | Sun Jun 15 23:43:17 2014 +0200 |
| tree | 5ec3a2a6f5e5ccce162ac0718924ca628a950b18 | |
| parent | 3611491b7e9afd8b581cecbb1a0d07a9f90279eb [diff] |
Fix typo, reported by Patrick Spendrin.
diff --git a/lib/zipint.h b/lib/zipint.h index 6f13361..7b7220c 100644 --- a/lib/zipint.h +++ b/lib/zipint.h
@@ -82,7 +82,7 @@ #endif #if defined(HAVE__STRDUP) #if !defined(HAVE_STRDUP) || defined(_WIN32) -#undefine strdup +#undef strdup #define strdup _strdup #endif #endif