diff --git a/as/as.c b/as/as.c index 36e8196..d1a63f9 100644 --- a/as/as.c +++ b/as/as.c @@ -1,6 +1,6 @@ /* as.c * - * Copyright (C) 2018-2019 Henrik Hautakoski + * Copyright (C) 2018-2019 Henrik Hautakoski * * 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 [ [ ]\n", program); return -1; }