diff --git a/vbox/src/libvbox.c b/vbox/src/libvbox.c index d0248906..28969c62 100644 --- a/vbox/src/libvbox.c +++ b/vbox/src/libvbox.c @@ -198,7 +198,7 @@ char *vboxd_get_message(void) fd_set rmask; char *stop; int p; - int c; + char c; int rc; *vboxd_message = '\0';