diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-07 14:10:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-07 14:10:56 +0100 |
commit | dac2d49fada2747fdae4bf432e123707bc094805 (patch) | |
tree | 645be97eb0da6c215099eabbec72f980c97be87a /src/scrotty.c | |
parent | future directions (diff) | |
download | scrotty-dac2d49fada2747fdae4bf432e123707bc094805.tar.gz scrotty-dac2d49fada2747fdae4bf432e123707bc094805.tar.bz2 scrotty-dac2d49fada2747fdae4bf432e123707bc094805.tar.xz |
remove old todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/scrotty.c')
-rw-r--r-- | src/scrotty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 0f690f3..4297923 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -621,7 +621,7 @@ int main(int argc, char* argv[]) if (!strcmp(argv[i], "--help")) help = 1; else if (!strcmp(argv[i], "--version")) version = 1; else if (!strcmp(argv[i], "--copyright")) copyright = 1; - else if (!strcmp(argv[i], "--exec")) exec = ++i; /* TODO use this */ + else if (!strcmp(argv[i], "--exec")) exec = ++i; else if (!strcmp(argv[i], "--")) { dash = i + 1; |