diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/stat.c b/toys/other/stat.c index 7c2e337b..d828534c 100644 --- a/toys/other/stat.c +++ b/toys/other/stat.c @@ -2,7 +2,7 @@ * Copyright 2012 <warior.linux@gmail.com> * Copyright 2013 <anand.sinha85@gmail.com> -USE_STAT(NEWTOY(stat, "<1c:fLt", TOYFLAG_BIN)) +USE_STAT(NEWTOY(stat, "<1c:(format)fLt", TOYFLAG_BIN)) config STAT bool stat |