mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed an incorrect ifdef in es-pdf-convert
This commit is contained in:
parent
8347f0f2e9
commit
7b66d6232a
|
@ -87,7 +87,7 @@ int main(int argc, char* argv[])
|
||||||
validArguments = false;
|
validArguments = false;
|
||||||
|
|
||||||
if (!validArguments) {
|
if (!validArguments) {
|
||||||
#if defined(APPLE)
|
#if defined(__APPLE__)
|
||||||
std::cout << "This binary is only intended to be executed by EmulationStation (ES-DE)"
|
std::cout << "This binary is only intended to be executed by EmulationStation (ES-DE)"
|
||||||
#else
|
#else
|
||||||
std::cout << "This binary is only intended to be executed by emulationstation (ES-DE)"
|
std::cout << "This binary is only intended to be executed by emulationstation (ES-DE)"
|
||||||
|
|
Loading…
Reference in a new issue