Fix -Wsign-compare warnings in PrintTableType1()
xcmsdb.c: In function ‘PrintTableType1’:
xcmsdb.c:299:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (count = 0; count < max_index+1; count++) {
^
xcmsdb.c:307:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (count = 0; count < max_index+1; count++) {
^
xcmsdb.c:315:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (count = 0; count < max_index+1; count++) {
^