Fixed a bug where oclHashcat rejected to load a rule which calls 15 functions althoug...
[hashcat.git] / amd / types_amd.c
index 8adb2ab..6f1b857 100644 (file)
@@ -869,7 +869,7 @@ typedef struct
 
 typedef struct
 {
-  u32  key;
+  u32 key;
   u64 val;
 
 } hcstat_table_t;
@@ -883,7 +883,7 @@ typedef struct
 
 typedef struct
 {
-  u32 cmds[15];
+  u32 cmds[16];
 
 } gpu_rule_t;