fixed another compiler warning

This commit is contained in:
Martin Willi 2008-07-02 08:16:43 +00:00
parent fca4d3ee03
commit 5848e473e8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/ */
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
int i, end = 0; int end = 0;
unsigned char byte; unsigned char byte;
printf("X'"); printf("X'");