aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/dd.c')
-rw-r--r--toys/pending/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/dd.c b/toys/pending/dd.c
index 5b624fd7..7de91825 100644
--- a/toys/pending/dd.c
+++ b/toys/pending/dd.c
@@ -59,7 +59,7 @@ GLOBALS(
unsigned long long offset;
} in, out;
unsigned conv, iflag, oflag;
-);
+)
struct dd_flag {
char *name;