summaryrefslogtreecommitdiff
path: root/src/graphics_cs_fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_cs_fb.c')
-rw-r--r--src/graphics_cs_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics_cs_fb.c b/src/graphics_cs_fb.c
index 292f7e7..edfa4b6 100644
--- a/src/graphics_cs_fb.c
+++ b/src/graphics_cs_fb.c
@@ -84,7 +84,7 @@ void draw_cs_point(int x,int y) {//this should write to a backbuffer then I can
fb_global.backbuf[i]=0;
break;
default:
- printf("# derp. unknown draw_mode %d\n",fb_global.draw_mode);
+ fprintf(stderr,"# derp. unknown draw_mode %d\n",fb_global.draw_mode);
break;
}
}