corrected stderr output
[my-code/api.git] / display / display.h
index 29cf6c9..2184e15 100644 (file)
@@ -22,7 +22,7 @@
 typedef struct s_display {
   int max_x;
   int max_y;
-  unsigned char *screen;
+  char *screen;
 } t_display;
 
 /* function prototypes */