shithub: tinygl

Download patch

ref: c7cea51f792a469d9f4ff348b3f3eb02bc3faadb
parent: fd32c75dbf30198c07896341c4717825c8f5a8cd
author: gek <6974902+gordonfreeman424@users.noreply.github.com>
date: Sat May 1 22:46:56 EDT 2021

Automatic commit.

--- a/include-demo/stringutil.h
+++ b/include-demo/stringutil.h
@@ -97,7 +97,7 @@
 		if(text[ti] == subtext[si]) {
 			si++; 
 			if(subtext[si] == '\0') return (ti - st)+1;
-		}else {
+		}else{
 			if(subtext[si] == '\0') return (ti - st)+1;
 			ti-=si;si = 0;
 		}