diff options
Diffstat (limited to 'binutils/is-ranlib.c')
-rw-r--r-- | binutils/is-ranlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/is-ranlib.c b/binutils/is-ranlib.c index fde72a4..22ce3aa 100644 --- a/binutils/is-ranlib.c +++ b/binutils/is-ranlib.c @@ -1,3 +1,3 @@ -/* Linked with ar.o to flag that this program is 'ranlib' (not 'ar'). */ +/* Linked with ar.o to flag that this program is 'ranlib' (not 'ar'). */ int is_ranlib = 1; |