]> granicus.if.org Git - icu/commitdiff
ICU-9257 An extraneous semicolon caused build failure with some compilers
authorWill Mason <willchido@gmail.com>
Thu, 12 Apr 2012 16:20:30 +0000 (16:20 +0000)
committerWill Mason <willchido@gmail.com>
Thu, 12 Apr 2012 16:20:30 +0000 (16:20 +0000)
X-SVN-Rev: 31701

icu4c/source/samples/datecal/cal.cpp

index f06538418f92bda1ee3d1682233915af2e2eab6e..e1e3961b4810494f2d9d654f2fee06b43ed50a26 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2002-2003, International Business Machines
+*   Copyright (C) 2002-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -11,7 +11,7 @@
 #include "unicode/gregocal.h"
 #include <stdio.h>
 
-extern "C" {  extern void c_main(); };
+extern "C" void c_main();
 
 void cpp_main()
 {