From 6e2e285142895f3ed4b7e5b99ff1595092d84969 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 17 Dec 2015 21:52:25 +0000 Subject: Fixed few warnings --- dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dm.c') 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) -- cgit v1.2.3