db/update/ExcludeList: fix variable name in #else block
This commit is contained in:
parent
8736a3533b
commit
6c40a27809
|
@ -58,7 +58,7 @@ ExcludeList::Load(InputStreamPtr is)
|
|||
ParseLine(line);
|
||||
#else
|
||||
/* not implemented */
|
||||
(void)path_fs;
|
||||
(void)is;
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue