fileselector_example.c: fix the compile command.

This commit is contained in:
Daniel Juyung Seo 2013-06-12 14:23:13 +09:00
parent e92b0c4121
commit e44d3427e1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g file selector_example.c -o file selector_example `pkg-config --cflags --libs elementary`
* gcc -g fileselector_example.c -o fileselector_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/