Changeset 1806


Ignore:
Timestamp:
Jul 17, 2007, 1:51:49 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • minor warning fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/test/input.c

    r1753 r1806  
    1818#if !defined(__KERNEL__)
    1919#   if defined(HAVE_INTTYPES_H)
    20 #   include <inttypes.h>
     20#       include <inttypes.h>
    2121#   endif
    2222#   include <string.h>
     23#   include <stdio.h>
    2324#endif
    2425
     
    4546    if(cv == NULL)
    4647    {
    47         printf("Can't created canvas\n");
     48        printf("Can't create canvas\n");
    4849        return -1;
    4950    }
Note: See TracChangeset for help on using the changeset viewer.