Silenced the compiler warnings

svn-id: r29085
This commit is contained in:
Sven Hesse 2007-09-24 01:46:45 +00:00
parent e1213945d6
commit e95bc92824
2 changed files with 70 additions and 68 deletions

View file

@ -140,6 +140,8 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain
if (startOffset == 0x7866) { startOffset = 0x740a; maxOffset = 0x7876; }
if (startOffset == 0x3600) { startOffset = 0x35c6; maxOffset = 0x3622; }
break;
default:
break;
}
//printf("Start=%xh max=%xh\n", startOffset, maxOffset);