typos in windows changes to enable web indexer

This commit is contained in:
Jean-Francois Dockes 2019-11-24 11:01:32 +01:00
parent 1b59790b02
commit 726781434e

View File

@ -33,6 +33,7 @@
#include "pathut.h" #include "pathut.h"
#include "idxstatus.h" #include "idxstatus.h"
#include "execmd.h" #include "execmd.h"
#include "safesysstat.h"
#ifdef RCL_USE_ASPELL #ifdef RCL_USE_ASPELL
#include "rclaspell.h" #include "rclaspell.h"
@ -72,7 +73,7 @@ bool runWebFilesMoverScript(RclConfig *config)
const static string cmdnm{"python"}; const static string cmdnm{"python"};
args.push_back(config->findFilter("recoll-we-move-files.py")); args.push_back(config->findFilter("recoll-we-move-files.py"));
#else #else
const static string cmdnm{"recoll-we-move-files.py"}: const static string cmdnm{"recoll-we-move-files.py"};
#endif #endif
if (cmdpath.empty()) { if (cmdpath.empty()) {
cmdpath = config->findFilter(cmdnm); cmdpath = config->findFilter(cmdnm);