summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index 6b7d90167..1e7bffb90 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -1099,7 +1099,7 @@ int
main (int argc, char **argv)
{
bool ok = true;
- struct Options flags = { 0, };
+ DECLARE_ZEROED_AGGREGATE (struct Options, flags);
char **file;
int n_files;
int c;