diff options
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r-- | coreutils/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c index f40edad4e..8988340f1 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c | |||
@@ -341,7 +341,6 @@ static VALUE *eval6(void) | |||
341 | freev(i2); | 341 | freev(i2); |
342 | } | 342 | } |
343 | return v; | 343 | return v; |
344 | |||
345 | } | 344 | } |
346 | 345 | ||
347 | /* Handle : operator (pattern matching). | 346 | /* Handle : operator (pattern matching). |