diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-03 21:41:19 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-03 21:41:19 +0000 |
commit | b713575ca4d0f8d16639899e929e2048cbcb4221 (patch) | |
tree | e82360e64cfe4e1ac74473548d0b0c36c2a10f1f | |
parent | babeb5c556de6f9686f5cd47133d0c40c07bfc2e (diff) | |
download | uxp-b713575ca4d0f8d16639899e929e2048cbcb4221.tar.gz |
Issue #61 - Add missing #endif in symbols file
-rw-r--r-- | layout/media/symbols.def.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index 80ce13b653..c7cba45183 100644 --- a/layout/media/symbols.def.in +++ b/layout/media/symbols.def.in @@ -74,7 +74,7 @@ aom_codec_get_frame aom_codec_peek_stream_info aom_img_alloc aom_img_free - +#endif #ifdef MOZ_VORBIS ogg_page_bos ogg_page_granulepos |