[Kos-cvs] kos/doc helloworld.tex,1.2,1.3

thomas at kos.enix.org thomas at kos.enix.org
Mon Mar 21 20:49:21 CET 2005


Update of /home/kos/cvs/kos/doc
In directory the-doors:/tmp/cvs-serv28943/doc

Modified Files:
	helloworld.tex 
Log Message:
2005-03-21  Thomas Petazzoni  <thomas at crazy.kos.nx>

        * doc/helloworld.tex: Fix a small typo reported by Geoffroy
        Weisenhorn concerning the inclusion of the public header inside
        the private header file of a KOS module.



Index: helloworld.tex
===================================================================
RCS file: /home/kos/cvs/kos/doc/helloworld.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- helloworld.tex	18 Jan 2005 20:46:57 -0000	1.2
+++ helloworld.tex	21 Mar 2005 19:49:19 -0000	1.3
@@ -277,7 +277,7 @@
 #ifndef ___HELLOWORLD_H__
 #define ___HELLOWORLD_H__
 
-#include ``_helloworld.h''
+#include ``helloworld.h''
 
 void hello_inside();
 



More information about the Kos-cvs mailing list