Pacify compiler warning (and fix sqlite on windows).

This commit is contained in:
Christian Speckner 2019-05-04 00:47:02 +02:00
parent 24602b4f53
commit 6da1968845
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "SqliteError.hxx"
#ifdef BSPF_WINDOWS
#define SEPARATOR "\"
#define SEPARATOR "\""
#else
#define SEPARATOR "/"
#endif