From 160e66dbb91359346740ae782da965ec35aef7bb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 20 Mar 2007 18:55:00 +0000 Subject: Typo --- src/hci/commands/image_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hci/commands/image_cmd.c') diff --git a/src/hci/commands/image_cmd.c b/src/hci/commands/image_cmd.c index 98de50e2..e1e22e3f 100644 --- a/src/hci/commands/image_cmd.c +++ b/src/hci/commands/image_cmd.c @@ -156,7 +156,7 @@ static int kernel_exec ( int argc, char **argv ) { struct image *image; int rc; - if ( ( rc = imgfetch_core_exec ( argc, argv, 1, &image ) != 0 ) ) + if ( ( rc = imgfetch_core_exec ( argc, argv, 1, &image ) ) != 0 ) return 1; /* Load image */ @@ -180,7 +180,7 @@ static int initrd_exec ( int argc, char **argv ) { struct image *image; int rc; - if ( ( rc = imgfetch_core_exec ( argc, argv, 0, &image ) != 0 ) ) + if ( ( rc = imgfetch_core_exec ( argc, argv, 0, &image ) ) != 0 ) return 1; /* Mark image as an intird */ -- cgit v1.2.3-55-g7522