diff options
Diffstat (limited to 'libbb/compare_string_array.c')
-rw-r--r-- | libbb/compare_string_array.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/compare_string_array.c b/libbb/compare_string_array.c index b158ae447..993b46266 100644 --- a/libbb/compare_string_array.c +++ b/libbb/compare_string_array.c | |||
@@ -27,4 +27,5 @@ extern unsigned short compare_string_array(const char *string_array[], const cha | |||
27 | } | 27 | } |
28 | } | 28 | } |
29 | return(i); | 29 | return(i); |
30 | } \ No newline at end of file | 30 | } |
31 | |||