mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Consistently format type qualifiers like const on the right (#1347)
This commit is contained in:
2
include/extern/getopt.hpp
vendored
2
include/extern/getopt.hpp
vendored
@@ -18,7 +18,7 @@ struct option {
|
||||
};
|
||||
|
||||
int musl_getopt_long_only(
|
||||
int argc, char **argv, char const *optstring, const option *longopts, int *idx
|
||||
int argc, char **argv, char const *optstring, option const *longopts, int *idx
|
||||
);
|
||||
|
||||
#define no_argument 0
|
||||
|
||||
Reference in New Issue
Block a user