Evas examples: Fix comment also in evas-map-aa.c

i'm dumb and didn't even read the line above the one i changed...
This commit is contained in:
Jean-Philippe Andre 2015-01-07 17:53:24 +09:00
parent 62b5fc180e
commit 61d76136de
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
/**
* Simple Evas example illustrating a trasnparent window
* Example showing the difference between Evas Map with and without
* anti-aliasing (AA).
*
* @verbatim
* gcc -o evas-map-aa evas-map-aa.c `pkg-config --libs --cflags evas ecore ecore-evas eina`