From b3335043274286cfa3b97b7b1c03e98771353606 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 10 Feb 2013 18:47:14 +0100 Subject: htmltitle: fix suggested build command --- docs/examples/htmltitle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/htmltitle.cpp') diff --git a/docs/examples/htmltitle.cpp b/docs/examples/htmltitle.cpp index 55a7935ac..ab89bb6a7 100644 --- a/docs/examples/htmltitle.cpp +++ b/docs/examples/htmltitle.cpp @@ -25,7 +25,7 @@ // // GNU C++ compile command line suggestion (edit paths accordingly): // -// g++ -Wall -I/opt/curl/include -I/opt/libxml/include/libxml2 htmltitle.cc \ +// g++ -Wall -I/opt/curl/include -I/opt/libxml/include/libxml2 htmltitle.cpp \ // -o htmltitle -L/opt/curl/lib -L/opt/libxml/lib -lcurl -lxml2 #include -- cgit v1.2.3