mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Fixed a couple printf usage errors.
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| int main(int argc, char *argv[]) | ||||
| { | ||||
|     if (argc < 2) { | ||||
|         printf("Usage: example2 \"expression\"\n", argv[0]); | ||||
|         printf("Usage: example2 \"expression\"\n"); | ||||
|         return 0; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user