From 6ad4eb4652c657c615af7e1817dec029ed3358fd Mon Sep 17 00:00:00 2001 From: Maninder Singh Date: Mon, 15 Jun 2015 13:24:42 +0000 Subject: pan/reporter.c: remove unnecessary malloc type cast Signed-off-by: Maninder Singh Signed-off-by: Akhilesh Kumar --- pan/reporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pan') diff --git a/pan/reporter.c b/pan/reporter.c index 7b4a1e01e..b9ec482d4 100644 --- a/pan/reporter.c +++ b/pan/reporter.c @@ -100,7 +100,7 @@ static int scanner_reporter(SYM tags) * extract tag names from data */ ntags = NTAGS_START; - taglist = (char **)malloc(sizeof(char *) * ntags); + taglist = malloc(sizeof(char *) * ntags); tagcount = 0; tl = taglist; -- cgit v1.2.3