summaryrefslogtreecommitdiff
path: root/apps/plugins/xrick/e_them.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xrick/e_them.c')
-rw-r--r--apps/plugins/xrick/e_them.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xrick/e_them.c b/apps/plugins/xrick/e_them.c
index 465325b652..3871798a57 100644
--- a/apps/plugins/xrick/e_them.c
+++ b/apps/plugins/xrick/e_them.c
@@ -342,7 +342,7 @@ e_them_t2_action2(U8 e)
342 static U8 *cl = (U8 *)&cx; 342 static U8 *cl = (U8 *)&cx;
343 static U8 *ch = (U8 *)&cx + 1; 343 static U8 *ch = (U8 *)&cx + 1;
344 static U16 *sl = (U16 *)&e_them_rndseed; 344 static U16 *sl = (U16 *)&e_them_rndseed;
345 static U16 *sh = (U16 *)&e_them_rndseed + 2; 345 static U16 *sh = ((U16 *)&e_them_rndseed) + 1;
346 346
347 /*sys_printf("e_them_t2 ------------------------------\n");*/ 347 /*sys_printf("e_them_t2 ------------------------------\n");*/
348 348