diff test/callback_suite/globals.c @ 507:5a3c07a0f376

cleanups
author Tassilo Philipp
date Sat, 09 Apr 2022 14:00:59 +0200
parents 049e04af13c8
children f3d44195dbdf
line wrap: on
line diff
--- a/test/callback_suite/globals.c	Sat Apr 09 13:57:27 2022 +0200
+++ b/test/callback_suite/globals.c	Sat Apr 09 14:00:59 2022 +0200
@@ -40,7 +40,7 @@
 void get_reference_arg(DCValue* output, char ch, int pos)
 {
   output->L = 0xCAFEBABEDEADC0DELL;
-  pos = pos + 2; //@@@STRUCT unsure about indexing, here
+  pos = pos + 2;
   switch(ch) {
     case DC_SIGCHAR_BOOL:     output->B = ((pos*K.i) & 1) ? DC_TRUE : DC_FALSE ; break;
     case DC_SIGCHAR_CHAR:     output->c =             pos *           K.c;       break;