Evas examples: Fix command line in evas-map-aa.c

This commit is contained in:
Jean-Philippe Andre 2015-01-07 17:49:02 +09:00
parent 37f3d00a5c
commit 62b5fc180e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Simple Evas example illustrating a trasnparent window
*
* @verbatim
* gcc -o evas-transparent evas-transparent.c `pkg-config --libs --cflags evas ecore ecore-evas eina`
* gcc -o evas-map-aa evas-map-aa.c `pkg-config --libs --cflags evas ecore ecore-evas eina`
* @endverbatim
*/