This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Ooops, fixed an old typo.
tags/v0.99.beta14
Sam Hocevar
sam
19 years ago
parent
ba567af9a1
commit
5c9868e79a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save