From 75bfada57e5ebb4be193f9e386e58ade16106fab Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 13 Jul 2009 22:38:43 +0000 Subject: [PATCH] Actually fix libosxutil includes, as many times as I'd like to belive using 'diff' to transfer from a working copy to a non-working copy is the safest I always endup convincing myself that it's impossible to screw-up a _two_ line patch. Originally committed to SVN as r3121. --- aegisub/src/subtitles_provider_libass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/subtitles_provider_libass.cpp b/aegisub/src/subtitles_provider_libass.cpp index 6ac2b456f..1c1b53d87 100644 --- a/aegisub/src/subtitles_provider_libass.cpp +++ b/aegisub/src/subtitles_provider_libass.cpp @@ -51,8 +51,8 @@ extern "C" { #include "libosxutil/libosxutil.h" #include -#endif } +#endif /////////////// // Constructor