1
0
Fork 0
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:
Henrik Hautakoski 2023-11-25 13:52:28 +01:00
parent 1a8417bd57
commit 8c119a983d

View file

@ -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;
}