aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--woff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/woff.c b/woff.c
index 4eb0c73..d801a5f 100644
--- a/woff.c
+++ b/woff.c
@@ -258,7 +258,7 @@ woffEncode(const uint8_t * sfntData, uint32_t sfntLen,
for (order = 0; order < numTables; ++order) {
uLong sourceLen, destLen = 0;
- uint8_t* dest = 0;
+ uint8_t* dest = NULL;
uint32_t sourceOffset;
uint16_t oldIndex = tableOrder[order].oldIndex;