summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/strnatcmp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/common/strnatcmp.c b/firmware/common/strnatcmp.c
index 96c2250f3a..04b760e8e7 100644
--- a/firmware/common/strnatcmp.c
+++ b/firmware/common/strnatcmp.c
@@ -29,8 +29,9 @@
29 * negative chars in their default char type. 29 * negative chars in their default char type.
30 * 30 *
31 * 31 *
32 * This version is changed to ignore leading zeros, it does not equal to the 32 * Changes for Rockbox:
33 * original software. 33 * This version is changed slightly to deal better with the datatypes,
34 * it does not equal to the original software.
34 */ 35 */
35 36
36#include <ctype.h> 37#include <ctype.h>