aboutsummaryrefslogtreecommitdiff
path: root/shaderloader/shaderloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'shaderloader/shaderloader.c')
-rw-r--r--shaderloader/shaderloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaderloader/shaderloader.c b/shaderloader/shaderloader.c
index 2454316..a135a98 100644
--- a/shaderloader/shaderloader.c
+++ b/shaderloader/shaderloader.c
@@ -201,7 +201,7 @@ GLuint shader_load_from_files(
&returned_length,
shader_infolog );
fprintf(stderr, "shader compilation failed; sources:\n");
- for(int i = 0; i < filecount; i++) {
+ for(i = 0; i < filecount; i++) {
fprintf(stderr, " %.2d: %s\n", i, filepaths[i]);
}
fputs("compile log:\n", stderr);