aboutsummaryrefslogtreecommitdiff
path: root/pan
diff options
context:
space:
mode:
Diffstat (limited to 'pan')
-rw-r--r--pan/reporter.c2
1 files changed, 1 insertions, 1 deletions
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;