Browse Source

* Ooops, fixed an old typo.

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
5c9868e79a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caca/caca.c

+ 1
- 1
caca/caca.c View File

@@ -202,7 +202,7 @@ static int caca_init_driver(caca_t *kk)
return 0;
#endif
#if defined(USE_NCURSES)
slang_init_driver(kk);
ncurses_init_driver(kk);
return 0;
#endif
#if defined(USE_NETWORK)


Loading…
Cancel
Save