mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-02 12:02:30 +01:00
fixed a typo
This commit is contained in:
@@ -56,7 +56,7 @@ main(int argc, char **argv)
|
|||||||
RColor col = {0,0,255,255};
|
RColor col = {0,0,255,255};
|
||||||
|
|
||||||
if (img->format == RRGBAFormat)
|
if (img->format == RRGBAFormat)
|
||||||
puts("aklpha");
|
puts("alpha");
|
||||||
else
|
else
|
||||||
puts("no alpha");
|
puts("no alpha");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user