Skip to content

Commit

Permalink
fix formatting code warning in an error path
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Aug 29, 2019
1 parent e7bad16 commit 557056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spesh/args.c
Expand Up @@ -125,7 +125,7 @@ static MVMuint8 cmp_prim_spec(MVMThreadContext *tc, MVMSpeshStatsType *type_tupl
return ss->can_box & MVM_STORAGE_SPEC_CAN_BOX_STR;
}
else
MVM_panic(1, "Spesh error: unexpected wanted_prim_spec %ld", wanted_prim_spec);
MVM_panic(1, "Spesh error: unexpected wanted_prim_spec %d", wanted_prim_spec);
}
return 0;
}
Expand Down

0 comments on commit 557056b

Please sign in to comment.