Skip to content

Commit f9b9d25

Browse files
committed
[NOBIN] Improved code formatting
1 parent e550ed8 commit f9b9d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hldr32/hldr32.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ map_section:
136136
mov cl, IMAGE_DIRECTORY_ENTRY_IMPORT
137137
mov ebp, dword [ecx + ebp]
138138
test ebp, ebp ;check if PE has import table
139-
je import_popad ;if import table not found, skip loading
139+
je import_popad ;if import table not found, skip loading
140140
add ebp, edi
141141

142142
import_dll:

0 commit comments

Comments
 (0)