diff dyncallback/dyncall_callback.h @ 120:8a6111c2a84a

- minor callback cleanups
author cslag
date Mon, 04 Jul 2016 01:02:47 +0200
parents 3e629dc19168
children 49549739228c
line wrap: on
line diff
--- a/dyncallback/dyncall_callback.h	Mon Jul 04 00:59:59 2016 +0200
+++ b/dyncallback/dyncall_callback.h	Mon Jul 04 01:02:47 2016 +0200
@@ -32,8 +32,7 @@
 
 typedef struct DCCallback DCCallback;
 
-// TODO: return value is the type encoded as a signature char (character of the set [vBcCsSiIjJlLfd]).
-
+// return value is the type encoded as a signature char (character of the set [vBcCsSiIjJlLfd]).
 typedef char (DCCallbackHandler)(DCCallback* pcb, DCArgs* args, DCValue* result, void* userdata);
 
 #ifdef __cplusplus