summaryrefslogtreecommitdiff
path: root/transcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcode.c b/transcode.c
index 01f3245742..b45d2397ab 100644
--- a/transcode.c
+++ b/transcode.c
@@ -675,7 +675,7 @@ transcode_restartable0(const unsigned char **in_pos, unsigned char **out_pos,
case UNDEF:
goto undef;
default:
- rb_raise(rb_eRuntimeError, "unknown transcoding instruction");
+ rb_raise(rb_eRuntimeError, "unknown transcoding instruction");
}
continue;