Changeset 1806
- Timestamp:
- Jul 17, 2007, 1:51:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/input.c
r1753 r1806 18 18 #if !defined(__KERNEL__) 19 19 # if defined(HAVE_INTTYPES_H) 20 # include <inttypes.h>20 # include <inttypes.h> 21 21 # endif 22 22 # include <string.h> 23 # include <stdio.h> 23 24 #endif 24 25 … … 45 46 if(cv == NULL) 46 47 { 47 printf("Can't create dcanvas\n");48 printf("Can't create canvas\n"); 48 49 return -1; 49 50 }
Note: See TracChangeset
for help on using the changeset viewer.