Patch incorrect #elif directives to #else directives #152

Merged
mikeu merged 1 commits from master into master 2014-10-10 00:46:29 +02:00
mikeu commented 2014-10-10 00:16:28 +02:00 (Migrated from github.com)

Very simple issue, but newly added compiler directives resulted in "#elif with no expression" in kpty.cpp, preventing successful compilation. Changing this new #elif directives to #else directives solved the problem.

Very simple issue, but newly added compiler directives resulted in "#elif with no expression" in kpty.cpp, preventing successful compilation. Changing this new #elif directives to #else directives solved the problem.
Swordfish90 commented 2014-10-10 00:46:32 +02:00 (Migrated from github.com)

Absolutely right! Thank you.

Absolutely right! Thank you.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#152
No description provided.