aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-07 14:10:56 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-07 14:10:56 +0100
commitdac2d49fada2747fdae4bf432e123707bc094805 (patch)
tree645be97eb0da6c215099eabbec72f980c97be87a /src
parentfuture directions (diff)
downloadscrotty-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')
-rw-r--r--src/scrotty.c2
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;