aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/pipe/SkGPipeWrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipe/SkGPipeWrite.cpp b/src/pipe/SkGPipeWrite.cpp
index 14caecd850..a3e839ad98 100644
--- a/src/pipe/SkGPipeWrite.cpp
+++ b/src/pipe/SkGPipeWrite.cpp
@@ -29,7 +29,7 @@
#include "SkTypeface.h"
#include "SkWriter32.h"
-#if SK_DEBUG
+#ifdef SK_DEBUG
// When debugging, allocate snuggly.
static const size_t kMinBlockSize = 0;
#else