mirror of https://github.com/stella-emu/stella.git
Pacify compiler warning (and fix sqlite on windows).
This commit is contained in:
parent
24602b4f53
commit
6da1968845
|
@ -22,7 +22,7 @@
|
|||
#include "SqliteError.hxx"
|
||||
|
||||
#ifdef BSPF_WINDOWS
|
||||
#define SEPARATOR "\"
|
||||
#define SEPARATOR "\""
|
||||
#else
|
||||
#define SEPARATOR "/"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue