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 "../mfshell.h"
|
||||
#include "../commands.h" // IWYU pragma: keep
|
||||
|
||||
int mfshell_cmd_lpwd(mfshell * mfshell, int argc, char **argv)
|
||||
int mfshell_cmd_lpwd(mfshell * mfshell, int argc, char *const argv[])
|
||||
{
|
||||
(void)argv;
|
||||
if (mfshell == NULL)
|
||||
|
||||
Reference in New Issue
Block a user