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
* Minor compilation warning fix. OS X x86 defines "DELAY".
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
1cdaa755ae
commit
b6d2c75b78
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
test/spritedit.c
+ 2
- 2
test/spritedit.c
View File
@@ -19,7 +19,7 @@
#include "cucul.h"
#include "caca.h"
#define DELAY 100
#define
MY
DELAY 100
int main(int argc, char **argv)
{
@@ -96,7 +96,7 @@ int main(int argc, char **argv)
}
}
delay++;
if(delay>=DELAY) {
if(delay>=
MY
DELAY) {
delay = 0;
}
}
Write
Preview
Loading…
Cancel
Save