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
* Hahaha, fixed the coding style example.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
5cb4d4dedf
commit
5b25febea4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/style.dox
+ 1
- 1
doc/style.dox
View File
@@ -65,7 +65,7 @@ return a + (b & x) + d[10];
int function(int a)
int function(int a)
{
{
if(a & 0x84)
if(a & 0x84)
return;
return
a
;
if(a < 0)
if(a < 0)
{
{
Write
Preview
Loading…
Cancel
Save