diff test/callback_plain/callback_plain.c @ 7:7ca57dbefed4

- ppc64 update from Masanori
author cslag
date Sun, 19 Jul 2015 13:05:34 +0200
parents 3e629dc19168
children 5675d34f0a06
line wrap: on
line diff
--- a/test/callback_plain/callback_plain.c	Thu Jul 09 20:51:11 2015 +0200
+++ b/test/callback_plain/callback_plain.c	Sun Jul 19 13:05:34 2015 +0200
@@ -52,6 +52,7 @@
   if(arg3 ==    3) ++*ud;
   if(arg4 == 1.82) ++*ud;
   if(arg5 == 9909) ++*ud;
+
   result->s = 1234;
   return 's';
 }