summaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shell.c b/src/shell.c
index af5d649..94ad78c 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -21,7 +21,6 @@
#include <shell.h>
#include <users.h>
-
/* **************************************************************** */
/* */
/* SILA Shell Commands */
@@ -94,7 +93,7 @@ int com_stat( char *arg )
finfo.st_nlink,
(finfo.st_nlink == 1) ? "" : "s",
finfo.st_size,
- (finfo.st_size == 1) ? "" : "s");
+ (finfo.st_size == 1) ? "" : "s#include <systemd/sd-bus.h>");
printf( "Inode Last Change at: %s", ctime( &finfo.st_ctime ) );
printf( " Last access at: %s", ctime( &finfo.st_atime ) );
printf( " Last modified at: %s", ctime( &finfo.st_mtime ) );