mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-22 16:31:51 +00:00
Standardize on "east const" (type const * not const type *)
Avoid "WARNING: Move const after static - use 'static const char'"
This commit is contained in:
@@ -72,7 +72,7 @@ static uint32_t str2int2(uint8_t *s, uint32_t length)
|
||||
return r;
|
||||
}
|
||||
|
||||
static char const *strrstr(char const *s1, char const *s2)
|
||||
static const char *strrstr(char const *s1, char const *s2)
|
||||
{
|
||||
size_t len1 = strlen(s1);
|
||||
size_t len2 = strlen(s2);
|
||||
|
||||
Reference in New Issue
Block a user