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
* Code simplification.
tags/v0.99.beta14
Sam Hocevar
sam
19 years ago
parent
d8821beb81
commit
7588db8cc9
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
test/export.c
+ 1
- 2
test/export.c
View File
@@ -58,8 +58,7 @@ int main(int argc, char *argv[])
exit(-1);
}
qq = cucul_create(0, 0);
cucul_set_size(qq, WIDTH, HEIGHT);
qq = cucul_create(WIDTH, HEIGHT);
for(y = 0; y < 256; y++)
{
Write
Preview
Loading…
Cancel
Save