mirror of https://github.com/zeldaret/tp.git
Fix ifdef
This commit is contained in:
parent
2122530868
commit
20bc3845b5
|
|
@ -17,7 +17,7 @@ static u32 strnlen(const char* str, u32 maxlen) {
|
|||
}
|
||||
|
||||
int DVDCompareDiskID(const DVDDiskID* id1, const DVDDiskID* id2) {
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
const char* game1;
|
||||
const char* game2;
|
||||
const char* company1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue