diff options
Diffstat (limited to 'binutils/not-strip.c')
-rw-r--r-- | binutils/not-strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/not-strip.c b/binutils/not-strip.c index 98093ce..854a669 100644 --- a/binutils/not-strip.c +++ b/binutils/not-strip.c @@ -1,4 +1,4 @@ /* Linked with objcopy.o to flag that this program is 'objcopy' (not - 'strip'). */ + 'strip'). */ int is_strip = 0; |