db/update/ExcludeList: fix variable name in #else block
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user