]> Creatis software - gdcm.git/blobdiff - gdcmTestFUNCTION.cxx
BUG: The ijg has no notion of big endian, therefore always swap the jpeg stream
[gdcm.git] / gdcmTestFUNCTION.cxx
index 51a42b98aa7069139721e8009929fdf3e8a6dd04..db316f4e0e152301fe49fef65de4fa5fbfe8a85a 100644 (file)
@@ -5,7 +5,7 @@ int TestFUNCTION()
 {
 #ifdef __BORLANDC__
   #ifndef __FUNCTION__
-    #define __FUNCTION__ __FUNCT__;
+    #define __FUNCTION__ __FUNC__
   #endif
 #endif
   const char *f = __FUNCTION__;