aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-10-30 01:37:29 +0000
committercorvid <corvid@lavabit.com>2012-10-30 01:37:29 +0000
commit0c62630e68c0d6376ee04f163d48315c725ecf5c (patch)
tree531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /src/dillo.cc
parentef54550e4823fbd1536473baa8a30dcb6beec56f (diff)
trim some spaces
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 3599ca7a..135a9e45 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -148,7 +148,7 @@ static OptID getCmdOption(const CLI_options *options, int argc, char **argv,
}
if (state == O_FOUND) {
int n_arg = options[i].opt_argc;
- opt_id = options[i].id;
+ opt_id = options[i].id;
/* Find the required/optional arguments of the option */
for (i = 0; *idx < argc && i < abs(n_arg) && argv[*idx][0] != '-'; i++)
opt_argv[i] = argv[(*idx)++];