mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
add const qualifiers to some variables
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
static char *_get_host_from_user(void);
|
||||
|
||||
int mfshell_cmd_host(mfshell * mfshell, int argc, char **argv)
|
||||
int mfshell_cmd_host(mfshell * mfshell, int argc, char *const argv[])
|
||||
{
|
||||
char *alt_host = NULL;
|
||||
char *host;
|
||||
|
||||
Reference in New Issue
Block a user