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