Evas examples: Fix command line in evas-map-aa.c
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 7 Jan 2015 08:49:02 +0000 (17:49 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 7 Jan 2015 08:50:33 +0000 (17:50 +0900)
src/examples/evas/evas-map-aa.c

index d55d2b6..e1de349 100644 (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
  */