* fish.c: Declared one more parameter as unused.

This commit is contained in:
Roland Illig 2005-02-22 18:38:58 +00:00
parent d7e7ec48dd
commit ebcd6129c6
1 changed files with 3 additions and 0 deletions

View File

@ -832,6 +832,9 @@ static int fish_unlink (struct vfs_class *me, const char *path)
static int fish_mkdir (struct vfs_class *me, const char *path, mode_t mode)
{
PREFIX
(void) mode;
g_snprintf(buf, sizeof(buf),
"#MKD /%s\n"
"mkdir /%s 2>/dev/null\n"