From 0734c81d9ec401919bc03d5f38be47c3310f3350 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 13 Apr 2008 04:47:33 +0000 Subject: [PATCH] Whoops, re-add nuked } after 'extern "C" {' that got removed when the __WINDOWS__ wrap was removed. Originally committed to SVN as r2173. --- aegisub/subtitles_provider_libass.h | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/subtitles_provider_libass.h b/aegisub/subtitles_provider_libass.h index ab16649e3..52e33584b 100644 --- a/aegisub/subtitles_provider_libass.h +++ b/aegisub/subtitles_provider_libass.h @@ -45,6 +45,7 @@ extern "C" { #endif #include "../libass/ass.h" +} /////////////////// // libass provider