Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8407 → Rev 8406

/programs/cmm/lib/obj/libimg.h
147,9 → 147,6
: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 {