summaryrefslogtreecommitdiff
path: root/src/code/code_800EC960.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/code_800EC960.c')
-rw-r--r--src/code/code_800EC960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800EC960.c b/src/code/code_800EC960.c
index 98e3a0356..db828c39a 100644
--- a/src/code/code_800EC960.c
+++ b/src/code/code_800EC960.c
@@ -3071,7 +3071,7 @@ void AudioDebug_Draw(GfxPrint* printer) {
}
GfxPrint_SetPos(printer, 3, 24);
- if (sSariaBgmPtr != 0) {
+ if (sSariaBgmPtr != NULL) {
GfxPrint_Printf(printer, "SARIA BGM PTR %08x", sSariaBgmPtr);
}