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
* src/cucul.c: s/width/height/.
tags/v0.99.beta14
Sam Hocevar
sam
19 years ago
parent
4c72df99aa
commit
dfb47f643c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/cucul.c
+ 1
- 1
src/cucul.c
View File
@@ -115,7 +115,7 @@ unsigned int cucul_get_width(cucul_t *qq)
*/
unsigned int cucul_get_height(cucul_t *qq)
{
return qq->
width
;
return qq->
height
;
}
/** \brief Translate a colour index into the colour's name.
Write
Preview
Loading…
Cancel
Save