mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-26 14:53:03 +00:00
Consistently format type qualifiers like const on the right (#1347)
This commit is contained in:
@@ -150,7 +150,7 @@ void argErr(char flag, char const *fmt, ...) {
|
||||
}
|
||||
|
||||
// Short options
|
||||
static const char *optstring = "dl:m:Mn:O:o:p:S:s:tVvWwx";
|
||||
static char const *optstring = "dl:m:Mn:O:o:p:S:s:tVvWwx";
|
||||
|
||||
/*
|
||||
* Equivalent long options
|
||||
|
||||
Reference in New Issue
Block a user