diff dyncallback/dyncall_alloc_wx.h @ 465:e2899b4ff713

- // -> /* */, mainly for consistency (but also for a few obscure compilers)
author Tassilo Philipp
date Wed, 02 Feb 2022 12:55:23 +0100
parents 7608e34098b0
children
line wrap: on
line diff
--- a/dyncallback/dyncall_alloc_wx.h	Wed Feb 02 11:03:06 2022 +0100
+++ b/dyncallback/dyncall_alloc_wx.h	Wed Feb 02 12:55:23 2022 +0100
@@ -35,7 +35,7 @@
 extern "C" {
 #endif
 
-// returns 0 on success
+/* returns 0 on success */
 DCerror dcAllocWX   (DCsize size, void** p);
 DCerror dcInitExecWX(void* p, DCsize size);
 void    dcFreeWX    (void* p, DCsize size);