summaryrefslogtreecommitdiffstats
path: root/daemon/fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/fsck.c')
-rw-r--r--daemon/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/fsck.c b/daemon/fsck.c
index 825f97e0..71390949 100644
--- a/daemon/fsck.c
+++ b/daemon/fsck.c
@@ -27,7 +27,7 @@
#include "actions.h"
int
-do_fsck (char *fstype, char *device)
+do_fsck (const char *fstype, const char *device)
{
char *err;
int r;