indent has problems with comments that are on the right hand side of a line.
[openssl.git] / ms / applink.c
index 54a0a642628a25c6a5a0909c2b50174c22f5052d..76f1c40d0ab42f872283aa38e11c0ce208813a91 100644 (file)
@@ -46,9 +46,12 @@ extern "C" {
 __declspec(dllexport)
 void **
 #if defined(__BORLANDC__)
-__stdcall      /* __stdcall appears to be the only way to get the name
-                * decoration right with Borland C. Otherwise it works
-                * purely incidentally, as we pass no parameters. */
+/*
+ * __stdcall appears to be the only way to get the name
+ * decoration right with Borland C. Otherwise it works
+ * purely incidentally, as we pass no parameters.
+ */
+__stdcall
 #else
 __cdecl
 #endif