Pacify compiler warning (and fix sqlite on windows).

This commit is contained in:
Christian Speckner 2019-05-04 00:47:02 +02:00
parent 6c2a0f02d5
commit 6f292a1d7c
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