aboutsummaryrefslogtreecommitdiffstats
path: root/dm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dm.c')
-rw-r--r--dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm.c b/dm.c
index 95a5763..cd6f914 100644
--- a/dm.c
+++ b/dm.c
@@ -72,7 +72,7 @@ int ast2tb( ast_root *ast, mt_table *mt )
/*****************************************************************************/
/* primitive matchin for loop, get table sorted then more advanced solution
* maycome */
-int match( mt_table *mt, unsigned char *buf, size_t size )
+int match( mt_table *mt, char *buf, size_t size )
{
//anonymouse function
int pr(char *str, int sz)