diff options
Diffstat (limited to 'src/device/oprom/yabel/vbe.c')
-rw-r--r-- | src/device/oprom/yabel/vbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c index 4995a028ef..5402ddfefa 100644 --- a/src/device/oprom/yabel/vbe.c +++ b/src/device/oprom/yabel/vbe.c @@ -82,7 +82,7 @@ vbe_prepare(void) M.x86.R_EDI = 0x0; M.x86.R_ES = VBE_SEGMENT; - return 0; // successfull init + return 0; // successful init } // VBE Function 00h |