From ec28310df932005884787c672fd861cfb183536b Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 2 Sep 2009 04:01:20 +0000 Subject: [PATCH] Sort ass_parse.c into the alphabet. (like the rest) Originally committed to SVN as r3449. --- aegisub/libass/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/libass/Makefile.am b/aegisub/libass/Makefile.am index 92a1e194b..aabc2950f 100644 --- a/aegisub/libass/Makefile.am +++ b/aegisub/libass/Makefile.am @@ -14,9 +14,9 @@ libass_aegisub_a_SOURCES = \ ass_font.c \ ass_fontconfig.c \ ass_library.c \ + ass_parse.c \ ass_render.c \ - ass_utils.c \ - ass_parse.c + ass_utils.c libass_aegisub_a_SOURCES += \ *.h