elm index_example_0x.c: Fixed build command.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 10 Jan 2013 11:49:55 +0000 (11:49 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 10 Jan 2013 11:49:55 +0000 (11:49 +0000)
SVN revision: 82557

legacy/elementary/src/examples/index_example_01.c
legacy/elementary/src/examples/index_example_02.c

index 6572316..8ee1d3a 100644 (file)
@@ -5,7 +5,7 @@
  * See stdout/stderr for output. Compile with:
  *
  * @verbatim
- * gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
+ * gcc -g index_example_01.c -o index_example_01 `pkg-config --cflags --libs elementary`
  * @endverbatim
  */
 
index 5656074..46a56c5 100644 (file)
@@ -5,7 +5,7 @@
  * See stdout/stderr for output. Compile with:
  *
  * @verbatim
- * gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
+ * gcc -g index_example_02.c -o index_example_02 `pkg-config --cflags --libs elementary`
  * @endverbatim
  */