Skip to content

Commit a3d2cf8

Browse files
Fixed PUT IMAGE on ted.
1 parent 263a2d4 commit a3d2cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ugbc/src/targets/plus4/put_image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ void put_image_vars_imageref( Environment * _environment, char * _image, char *
451451
ted_put_image( _environment, &resource, x1->realName, y1->realName, NULL, NULL, 0, 0, _flags );
452452

453453
if ( !_environment->putImageRefUnsafe ) {
454-
outhead1("%sskip", label );
454+
outhead1("%sskip:", label );
455455
}
456456

457457
}

0 commit comments

Comments
 (0)