mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 14:50:26 +00:00
Buildfix
This commit is contained in:
parent
b70c5b7529
commit
7c92289a96
@ -20,8 +20,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <string/stdstring.h>
|
||||
|
||||
@ -123,7 +123,7 @@ char *string_replace_substring(const char *in,
|
||||
void string_trim_whitespace_left(char *string)
|
||||
{
|
||||
bool in_whitespace = true;
|
||||
int32_t si = 0;;
|
||||
int32_t si = 0;
|
||||
int32_t di = 0;
|
||||
|
||||
while(string[si])
|
||||
|
Loading…
x
Reference in New Issue
Block a user