diff options
Diffstat (limited to 'src/libout.c')
-rw-r--r-- | src/libout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libout.c b/src/libout.c index 9303a2a..5aed18c 100644 --- a/src/libout.c +++ b/src/libout.c @@ -2,7 +2,7 @@ casm - Simple, portable assembler - Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk) 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 @@ -19,7 +19,7 @@ ------------------------------------------------------------------------- - Various output type handlers. + LIB binary file output */ #include <stdlib.h> |