Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2012-07-01 01:39:41 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2012-07-01 01:39:41 +0400
commit8720d6b6b2db6aed2001f46f80e85ae66ed097cd (patch)
tree6f87fca40f1e52adee8e75c5117f78a0f858d05f
parent789ad832764797600cd960cc288577b6ec547e13 (diff)
*** empty log message ***
-rw-r--r--lzf_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 101214f..132ec65 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -121,7 +121,7 @@ lzf_compress (const void *const in_data, unsigned int in_len,
*/
#if defined (_WIN32) && defined (_M_X64)
/* workaround for missing POSIX compliance */
- #if #if __GNUC__
+ #if __GNUC__
unsigned long long off;
#else
unsigned __int64 off;