Skip to content

Commit

Permalink
SHERLOCK: Fix use of preprocessor token concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jun 27, 2015
1 parent ab28816 commit f6e5914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/fixed_text.h
Expand Up @@ -28,7 +28,7 @@

namespace Sherlock {

#define FIXED(MSG) _vm->_fixedText->getText(kFixedText_##MSG##)
#define FIXED(MSG) _vm->_fixedText->getText(kFixedText_##MSG)

enum FixedTextActionId {
kFixedTextAction_Invalid = -1,
Expand Down

0 comments on commit f6e5914

Please sign in to comment.