]> granicus.if.org Git - curl/commitdiff
htmltitle: fix suggested build command
authorAlessandro Ghedini <alessandro@ghedini.me>
Sun, 10 Feb 2013 17:47:14 +0000 (18:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 10 Feb 2013 17:54:56 +0000 (18:54 +0100)
docs/examples/htmltitle.cpp

index 55a7935acc05695e97e85c775109379a6586bf44..ab89bb6a7813935d8310db719351e6d5f7dca669 100644 (file)
@@ -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 <stdio.h>