mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
Typo
This commit is contained in:
@@ -91,7 +91,7 @@ int pxe_load ( struct image *image ) {
|
||||
image->type = &pxe_image_type;
|
||||
|
||||
/* Verify and prepare segment */
|
||||
if ( ( rc = prep_segment ( buffer, filesz, memsz ) != 0 ) ) {
|
||||
if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) {
|
||||
DBG ( "PXE image could not prepare segment: %s\n",
|
||||
strerror ( rc ) );
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user