From e9f05f84eb0ee0fd438af911714eee8ec1089e87 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 28 Aug 2007 22:54:25 +0000 Subject: [PATCH] Oops, missed a slash to end a block comment. Broke the entire file... Originally committed to SVN as r1539. --- aegisub/subs_edit_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/subs_edit_ctrl.cpp b/aegisub/subs_edit_ctrl.cpp index 544d8e106..d00f9b39f 100644 --- a/aegisub/subs_edit_ctrl.cpp +++ b/aegisub/subs_edit_ctrl.cpp @@ -248,7 +248,7 @@ void SubsTextEditCtrl::UpdateStyle(int start, int _length) { } else { SetLexer(wxSTC_LEX_CONTAINER); - }* + }*/ // Set variables wxString text = GetText();