aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/applet_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applet_tables.c b/applets/applet_tables.c
index 9f42ebf31..c16df06a7 100644
--- a/applets/applet_tables.c
+++ b/applets/applet_tables.c
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
65 i = open(argv[1], O_WRONLY | O_TRUNC | O_CREAT, 0666); 65 i = open(argv[1], O_WRONLY | O_TRUNC | O_CREAT, 0666);
66 if (i < 0) 66 if (i < 0)
67 return 1; 67 return 1;
68 dup2(i, 1); 68 dup2(i, 1);
69 69
70 /* Keep in sync with include/busybox.h! */ 70 /* Keep in sync with include/busybox.h! */
71 71