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);
|
ParseLine(line);
|
||||||
#else
|
#else
|
||||||
/* not implemented */
|
/* not implemented */
|
||||||
(void)path_fs;
|
(void)is;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue