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