Browse Source

fix warning

pull/843/head
Vladislav Vaintroub 15 years ago
parent
commit
5d843fc702
  1. 2
      scripts/comp_sql.c

2
scripts/comp_sql.c

@ -105,7 +105,7 @@ int main(int argc, char *argv[])
fprintf(out,"0x%02x",c);
}
fprintf(out,",0x00",c);
fprintf(out,",0x00");
}
else
{

Loading…
Cancel
Save