Fix a bunch of dumb typos and omissions.

This commit is contained in:
athenian200 2019-10-04 04:37:51 -05:00 • committed by Roy Tam
commit cbf60a2058
12 changed files with 12 additions and 12 deletions

View file

@ -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']