From: Guillem Jover Date: Wed, 2 Jul 2008 04:36:46 +0000 (+0300) Subject: Remove wrong comment not matching the code X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab42e457c971809add9cff1dbdd719b0e1c4352;p=dpkg Remove wrong comment not matching the code --- diff --git a/ChangeLog b/ChangeLog index 213d2a2c..8b5cdc5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-02 Guillem Jover + + * src/remove.c (removal_bulk_remove_configfiles): Remove wrong comment + not matching the code. + 2008-07-02 Guillem Jover * src/archives.c (tarfile_skip_one_forward): Make static. diff --git a/src/remove.c b/src/remove.c index b67081e0..1f80a4a8 100644 --- a/src/remove.c +++ b/src/remove.c @@ -436,7 +436,7 @@ static void removal_bulk_remove_configfiles(struct pkginfo *pkg) { *lconffp= conff->next; } else { debug(dbg_conffdetail,"removal_bulk set to new conffile `%s'",conff->name); - conff->hash= NEWCONFFILEFLAG; /* yes, cast away const */ + conff->hash = NEWCONFFILEFLAG; lconffp= &conff->next; } }