diff options
Diffstat (limited to 'daemon/grub.c')
-rw-r--r-- | daemon/grub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/grub.c b/daemon/grub.c index 8a38d0ba..85a5ab95 100644 --- a/daemon/grub.c +++ b/daemon/grub.c @@ -26,7 +26,7 @@ #include "actions.h" int -do_grub_install (const char *root, const char *device) +do_grub_install (char *root, char *device) { int r, len; char *err; |