Skip to content

Commit 4f04249

Browse files
committed
Fix compilation
svn path=/trunk/; revision=51518
1 parent f9d566f commit 4f04249

File tree

1 file changed

+2
-2
lines changed
  • reactos/boot/freeldr/freeldr/arch/i386

1 file changed

+2
-2
lines changed

reactos/boot/freeldr/freeldr/arch/i386/i386pxe.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ _pxe_function:
3434
_pxe_entry_point:
3535
.long 0
3636
_pxe_buffer_segment:
37-
.word0
37+
.word 0
3838
_pxe_buffer_offset:
39-
.word0
39+
.word 0
4040
_pxe_result:
4141
.word 0
4242

0 commit comments

Comments
 (0)