From 7a21f3c3a3b4b42062e32070a35c3ff85d3ca907 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 14 Jun 2006 15:35:18 +0000 Subject: useless casts are so the 80s --- usr.bin/cvs/entries.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/cvs/entries.c') diff --git a/usr.bin/cvs/entries.c b/usr.bin/cvs/entries.c index 8f35bfdb51f..9b4a863b6e9 100644 --- a/usr.bin/cvs/entries.c +++ b/usr.bin/cvs/entries.c @@ -1,4 +1,4 @@ -/* $OpenBSD: entries.c,v 1.59 2006/06/14 15:14:47 xsa Exp $ */ +/* $OpenBSD: entries.c,v 1.60 2006/06/14 15:35:17 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -341,10 +341,10 @@ cvs_parse_tagfile(char *dir, char **tagp, char **datep, int *nbp) char linebuf[128], *tagpath; if (tagp != NULL) - *tagp = (char *)NULL; + *tagp = NULL; if (datep != NULL) - *datep = (char *)NULL; + *datep = NULL; if (nbp != NULL) *nbp = 0; -- cgit v1.2.3