minor things

- link to HTML version of inline help
- fix type in Test_C64()
- remove extra spaces at end of line
This commit is contained in:
Thomas Bernard 2018-11-22 10:19:58 +01:00
parent 67a1220085
commit a880045aba
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
2 changed files with 7 additions and 4 deletions

View File

@ -48,6 +48,9 @@
*
* This Doxygen documentation is browsable on
* https://pulkomandy.tk/projects/GrafX2/doxygen/ (updated nightly).
*
* The inline help is also available here :
* http://pulkomandy.tk/GrafX2/
*/
/// declare global variables in main.c
#define GLOBAL_VARIABLES

View File

@ -2255,7 +2255,7 @@ static const char *c64_format_names[] = {
*/
void Test_C64(T_IO_Context * context, FILE * file)
{
long file_size;
unsigned long file_size;
word load_addr;
byte header[14];