summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-17 19:01:25 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-17 19:01:25 +0000
commit877efe1123d85ed60e54cd214ef044f64c06c735 (patch)
treea50b7129628c18d9808db51dac300c3924be08ad
parentfa2d011a551a8f1887b2db5ac156d30421066192 (diff)
downloadrockbox-877efe1123d85ed60e54cd214ef044f64c06c735.tar.gz
rockbox-877efe1123d85ed60e54cd214ef044f64c06c735.zip
Update the comment about our changes too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20341 a1c6a512-1295-4272-9138-f99709370657
-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>