commit | a238f28773215c1befecd890d107266bab2dc8e2 | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Thu Aug 30 16:54:20 2012 +0200 |
committer | Thomas Klausner <tk@giga.or.at> | Thu Aug 30 16:54:20 2012 +0200 |
tree | b53299b645ec146e2861b1cec658919f64c5a88f | |
parent | f6c057dd1bc8a48bbc53bef03e9b40ad5032c8bd [diff] [blame] |
Fix typo.
diff --git a/cmake-config.h.in b/cmake-config.h.in index 3067607..60c2dae 100644 --- a/cmake-config.h.in +++ b/cmake-config.h.in
@@ -24,7 +24,7 @@ typedef long ssize_t # elif SIZE_T_LIBZIP == LONG_LONG_LIBZIP typedef long long ssize_t -# elif +# else #error no suitable type for ssize_t found # endif #endif