	Remove semicolon after '#endif'.

diff -ur icu-4.4.orig/source/common/icuplug.c icu-4.4/source/common/icuplug.c
--- icu-4.4.orig/source/common/icuplug.c	2010-03-16 06:13:50.000000000 +0100
+++ icu-4.4/source/common/icuplug.c	2010-03-26 22:03:42.461782114 +0100
@@ -692,7 +692,7 @@
     
 #if UPLUG_TRACE
   DBG((stderr,  " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel()));
-#endif;
+#endif
 }
 
 #if U_ENABLE_DYLOAD
