comparison tools/gfxconv.c @ 1604:d91d2a67eda5

Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 May 2018 10:45:36 +0300
parents 3cc7b2aadda3
children c29adf5ce240
comparison
equal deleted inserted replaced
1603:2d7511e61403 1604:d91d2a67eda5
163 163
164 printf( 164 printf(
165 "\n" 165 "\n"
166 "(Not all input->output combinations are actually supported.)\n" 166 "(Not all input->output combinations are actually supported.)\n"
167 "\n" 167 "\n"
168 "Available C64 bitmap formats (-f <bfrm>):\n" 168 "Available C64 bitmap formats (-f <frmt>):\n"
169 " frmt | RW | Type | Description\n" 169 " frmt | RW | Type | Description\n"
170 "------+----+-----------------+-------------------------------------\n" 170 "------+----+-----------------+-------------------------------------\n"
171 ); 171 );
172 172
173 for (int i = 0; i < ndmC64ImageFormats; i++) 173 for (int i = 0; i < ndmC64ImageFormats; i++)