mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
Don't count single quote ' as garbage (#1801)
Also copy the "blank space" (space or tab) vs "whitespace" (space, tab, or newline) convention from `<ctype.h>`
This commit is contained in:
@@ -84,6 +84,7 @@ set(rgbfix_src
|
||||
"fix/main.cpp"
|
||||
"fix/mbc.cpp"
|
||||
"fix/warning.cpp"
|
||||
"util.cpp"
|
||||
)
|
||||
|
||||
set(rgbgfx_src
|
||||
|
||||
Reference in New Issue
Block a user