diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 067e463ee..798bc8201 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -773,6 +773,7 @@ static const unsigned opt_flags[] = { | |||
773 | }; | 773 | }; |
774 | 774 | ||
775 | 775 | ||
776 | int ls_main(int argc, char **argv); | ||
776 | int ls_main(int argc, char **argv) | 777 | int ls_main(int argc, char **argv) |
777 | { | 778 | { |
778 | struct dnode **dnd; | 779 | struct dnode **dnd; |