git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit e66ea4d1a6df13b84b55d025bd81943d30b4ea69
parent f177cf413f1422c54d442219e99c544383131e93
Author: Toxa <untoxa@mail.ru>
Date:   Fri, 14 Jan 2022 16:14:35 +0300

GB: fix spelling in crash_handler.h

Diffstat:
Mgbdk-lib/include/gb/crash_handler.h6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gbdk-lib/include/gb/crash_handler.h b/gbdk-lib/include/gb/crash_handler.h @@ -12,14 +12,14 @@ Also see the `crash` example project included with gbdk. */ -#ifndef __CRASH_HEANDLER_INCLUDE -#define __CRASH_HEANDLER_INCLUDE +#ifndef __CRASH_HANDLER_INCLUDE +#define __CRASH_HANDLER_INCLUDE /** Display the crash dump screen. See the intro for this file for more details. */ void __HandleCrash(); -static void * __CRASH_HEANDLER_INIT = &__HandleCrash; +static void * __CRASH_HANDLER_INIT = &__HandleCrash; #endif

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.