mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
add const qualifiers to some variables
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "../../mfapi/mfconn.h"
|
||||
#include "../commands.h" // IWYU pragma: keep
|
||||
|
||||
int mfshell_cmd_rmdir(mfshell * mfshell, int argc, char **argv)
|
||||
int mfshell_cmd_rmdir(mfshell * mfshell, int argc, char *const argv[])
|
||||
{
|
||||
int retval;
|
||||
const char *folderkey;
|
||||
|
||||
Reference in New Issue
Block a user