From: Bruno Haible Date: Sat, 29 Jul 2000 01:55:03 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.10.36~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc4099da3216c94cac7f2b3188240a5ee72c67b;p=thirdparty%2Fgettext.git Comment. --- diff --git a/src/po.c b/src/po.c index 2bdadb760..f22a45e7c 100644 --- a/src/po.c +++ b/src/po.c @@ -1,5 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 2000 Free Software Foundation, Inc. This file was written by Peter Miller @@ -206,8 +206,8 @@ po_callback_comment (s) { /* Parse the file location string. If the parse succeeds, the appropriate callback will be invoked. If the parse fails, - the po_hash_parse function will return non-zero - so pretend - it was a normal comment. */ + the po_hash function will return non-zero - so pretend it was + a normal comment. */ if (po_hash (s + 1) == 0) /* Do nothing, it is a GNU-style file pos line. */ ; else