summaryrefslogtreecommitdiffstats
path: root/media/libpng/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'media/libpng/moz.build')
-rw-r--r--media/libpng/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libpng/moz.build b/media/libpng/moz.build
index 782aa93df..f2538484b 100644
--- a/media/libpng/moz.build
+++ b/media/libpng/moz.build
@@ -52,5 +52,5 @@ FINAL_LIBRARY = 'gkmedias'
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True
-if CONFIG['GNU_CC']
- CFLAGS += ['std=c89']
+if CONFIG['GNU_CC']:
+ CFLAGS += ['-std=c89']