summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2019-10-04 04:37:51 -0500
committerathenian200 <athenian200@outlook.com>2019-10-21 04:53:43 -0500
commit575f51a27d6b3627ae5675cc8e920c8dcae073bd (patch)
tree30a30c687b2d45a0c866e2d16e4974b67ffd4f61 /media
parentdb34ef993c3b0a25619ec56d98303933b61169bc (diff)
downloadUXP-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar
UXP-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar.gz
UXP-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar.lz
UXP-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar.xz
UXP-575f51a27d6b3627ae5675cc8e920c8dcae073bd.zip
Fix a bunch of dumb typos and omissions.
Diffstat (limited to 'media')
-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']