Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 484 → Rev 485

/programs/media/animage/trunk/files.inc
26,7 → 26,7
 
mov eax,70
mov ebx,file_information
int 0x40
mcall
 
ret
;-----------------------------------------------------------
55,7 → 55,7
 
mov eax,70
mov ebx,file_information
int 0x40
mcall
test eax,eax
jnz error_load_file
75,7 → 75,7
 
mov eax,70
mov ebx,file_information
int 0x40
mcall
 
error_load_file:
 
108,7 → 108,7
 
mov eax,70
mov ebx,file_information
int 0x40
mcall
 
ret