Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8406 → Rev 8407

/programs/cmm/lib/obj/libimg.h
147,6 → 147,9
:void libimg_image::convert_into(dword _to)
{
img_convert stdcall(image, 0, _to, 0, 0);
$push eax
img_destroy stdcall(image);
$pop eax
if (!EAX) {
notify("'LibImg convertation error!'E");
} else {