summaryrefslogtreecommitdiff
path: root/src/glsl/apps/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/apps/process.c')
-rw-r--r--src/glsl/apps/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/apps/process.c b/src/glsl/apps/process.c
index 569890210f..2d2ab911ac 100644
--- a/src/glsl/apps/process.c
+++ b/src/glsl/apps/process.c
@@ -106,8 +106,8 @@ main(int argc,
return -1;
}
- if (sl_pp_context_add_extension(context, "ARB_draw_buffers", "GL_ARB_draw_buffers") ||
- sl_pp_context_add_extension(context, "ARB_texture_rectangle", "GL_ARB_texture_rectangle")) {
+ if (sl_pp_context_add_extension(context, "GL_ARB_draw_buffers") ||
+ sl_pp_context_add_extension(context, "GL_ARB_texture_rectangle")) {
fprintf(out, "$ERROR: `%s'\n", sl_pp_context_error_message(context));
printf("Error: %s\n", sl_pp_context_error_message(context));