diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 3e663a4d..45a98de6 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -205,8 +205,8 @@ static DilloUrl *makeStartUrl(char *str, bool local) */ int main(int argc, char **argv) { - uint opt_id; - uint options_got = 0; + uint_t opt_id; + uint_t options_got = 0; uint32_t xid = 0; int idx = 1; int xpos = PREFS_GEOMETRY_DEFAULT_XPOS, ypos = PREFS_GEOMETRY_DEFAULT_YPOS, |