fixed typo / include

This commit is contained in:
Martin Willi
2007-09-18 13:30:01 +00:00
parent 3500e049c4
commit 740153e6f7
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -21,8 +21,6 @@
#include <stdio.h> #include <stdio.h>
#include <dirent.h> #include <dirent.h>
#include <errno.h> #include <errno.h>
#include <libxml/xmlreader.h>
#include <libxml/xmlwriter.h>
#include <debug.h> #include <debug.h>
+1 -1
View File
@@ -72,7 +72,7 @@ struct dumm_t {
/** /**
* @brief Loads a template, create a new one if it does not exist. * @brief Loads a template, create a new one if it does not exist.
* *
* @param name name of the template, NULL to clonse * @param name name of the template, NULL to close
* @return FALSE if load/create failed * @return FALSE if load/create failed
*/ */
bool (*load_template)(dumm_t *this, char *name); bool (*load_template)(dumm_t *this, char *name);