From 937865ef830e67280fe8d3ca6c634fe8ee38757b Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Mon, 10 Nov 2008 11:17:39 -0800 Subject: [PATCH] There was a missing @end in CPAlert.j --- AppKit/CPAlert.j | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AppKit/CPAlert.j b/AppKit/CPAlert.j index d35f3ad2d..4072adbb8 100644 --- a/AppKit/CPAlert.j +++ b/AppKit/CPAlert.j @@ -238,4 +238,6 @@ var CPAlertWarningImage, [CPApp abortModal]; [_alertPanel close]; -} \ No newline at end of file +} + +@end \ No newline at end of file