fixed typo / include
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#include <stdio.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <libxml/xmlreader.h>
|
||||
#include <libxml/xmlwriter.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ struct dumm_t {
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
bool (*load_template)(dumm_t *this, char *name);
|
||||
|
||||
Reference in New Issue
Block a user