mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
as/as.c: minor fixes
This commit is contained in:
parent
1a8417bd57
commit
8c119a983d
1 changed files with 2 additions and 2 deletions
4
as/as.c
4
as/as.c
|
|
@ -1,6 +1,6 @@
|
|||
/* as.c
|
||||
*
|
||||
* Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
|
||||
* Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
int usage(char *program) {
|
||||
|
||||
fprintf(stderr, "Usage: %s <inputfile> [ <outputfile ]\n", program);
|
||||
fprintf(stderr, "Usage: %s <inputfile> [ <outputfile> ]\n", program);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue