aboutsummaryrefslogtreecommitdiff
path: root/include/flate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flate.h')
-rw-r--r--include/flate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flate.h b/include/flate.h
index 8fcc173c..e908ec25 100644
--- a/include/flate.h
+++ b/include/flate.h
@@ -22,7 +22,7 @@ enum
FlateInputFail = -2,
FlateOutputFail = -3,
FlateCorrupted = -4,
- FlateInternal = -5,
+ FlateInternal = -5
};
int deflateinit(void);