[Elm] Fixing comment on an elm example

SVN revision: 69341
This commit is contained in:
Gustavo Lima Chaves 2012-03-14 17:16:39 +00:00
parent e183151fe1
commit 940beabddc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` bg_example_03.c -o bg_example_03
//gcc -g `pkg-config --cflags --libs elementary` bg_example_01.c -o bg_example_01
#include <Elementary.h>
#ifdef HAVE_CONFIG_H