Skip to content

Commit

Permalink
use " on CONST_STRING, not '
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 11, 2011
1 parent 633cd46 commit e4c1406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/exception.pmc
Expand Up @@ -157,7 +157,7 @@ Initializes the exception with supplied values.
INTVAL severity_val = EXCEPT_error;
STRING *message_val = NULL;

const INTVAL ishash = VTABLE_isa(INTERP, values, CONST_STRING(INTERP, 'Hash'));
const INTVAL ishash = VTABLE_isa(INTERP, values, CONST_STRING(INTERP, "Hash"));

STATICSELF.init();

Expand Down

0 comments on commit e4c1406

Please sign in to comment.