Fix a missing semicolon.
This commit is contained in:
parent
aaa9c6df7a
commit
6337bbbcd6
@ -504,7 +504,7 @@ static Platform::Path ResourcePath(const std::string &name) {
|
||||
# if defined(__linux__)
|
||||
static const char *selfSymlink = "/proc/self/exe";
|
||||
# elif defined(__NetBSD__)
|
||||
static const char *selfSymlink = "/proc/curproc/exe"
|
||||
static const char *selfSymlink = "/proc/curproc/exe";
|
||||
# elif defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
static const char *selfSymlink = "/proc/curproc/file";
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user