summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-04-30 09:46:25 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-04-30 09:46:25 -0400
commit61eb69b770d3475a88b363165698b20cb81e9c3e (patch)
treefcb90ed897904cbc7c83806f638d7857b976a626 /src
parentfc7d5d22b8242381c2c454ca7ae5587e79c33580 (diff)
Switched a few remaining "unsigned int" to "uint_t"
Diffstat (limited to 'src')
-rw-r--r--src/prefsparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc
index ac34f538..c3cf7a66 100644
--- a/src/prefsparser.cc
+++ b/src/prefsparser.cc
@@ -44,7 +44,7 @@ typedef struct SymNode_ {
int PrefsParser::parseOption(char *name, char *value)
{
const SymNode_t *node;
- unsigned int i;
+ uint_t i;
/* Symbol array, sorted alphabetically */
const SymNode_t symbols[] = {