summaryrefslogtreecommitdiff
path: root/src/examples/index_example_02.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/index_example_02.c')
-rw-r--r--src/examples/index_example_02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/index_example_02.c b/src/examples/index_example_02.c
index f8dd36595..2912e94ad 100644
--- a/src/examples/index_example_02.c
+++ b/src/examples/index_example_02.c
@@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
- * gcc -g `pkg-config --cflags --libs elementary` index_example.c -o index_example
+ * gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/