diff options
Diffstat (limited to 'gas/xmalloc.c')
-rw-r--r-- | gas/xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/xmalloc.c b/gas/xmalloc.c index fad8618..3018f74 100644 --- a/gas/xmalloc.c +++ b/gas/xmalloc.c @@ -66,4 +66,4 @@ long n; return (retval); } -/* end: xmalloc.c */ +/* end of xmalloc.c */ |