summaryrefslogtreecommitdiffstats
path: root/dup.c
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-07-06 20:22:06 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-06 20:22:06 -0500
commit1643ba9d4fd90f4a44c5a70207e37c524b2ae665 (patch)
treee5107f1a21b227ec48259a31dba9e558d7831290 /dup.c
parentfd6f82b5c6b3869d893e48b4b25ba6bf195eeb3a (diff)
downloadsandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.tar.gz
sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.tar.bz2
sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.zip
add new try at a tokenizer
Diffstat (limited to 'dup.c')
-rw-r--r--dup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dup.c b/dup.c
index e70b804..7112628 100644
--- a/dup.c
+++ b/dup.c
@@ -53,6 +53,8 @@ int main(int argc, char **argv)
exit(EXIT_FAILURE);
}
+ ret = ret; /* hush the dumb compiler */
+
close(pfds[0]);
close(pfds[1]);