NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/41844: Missing parenthesis in deroff.c



The following reply was made to PR bin/41844; it has been noted by GNATS.

From: henning petersen <henning.petersen%t-online.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/41844: Missing parenthesis in deroff.c
Date: Fri, 07 Aug 2009 15:41:03 +0200

 gnats-admin%netbsd.org@localhost schrieb:
 > Thank you very much for your problem report.
 > It has the internal identification `bin/41844'.
 > The individual assigned to look at your
 > report is: bin-bug-people. 
 >
 >   
 >> Category:       bin
 >> Responsible:    bin-bug-people
 >> Synopsis:       Missing parenthesis in deroff.c
 >> Arrival-Date:   Fri Aug 07 12:00:01 +0000 2009
 >>     
 >
 >
 > __________ Information from ESET NOD32 Antivirus, version of virus signature 
 > database 4314 (20090807) __________
 >
 > The message was checked by ESET NOD32 Antivirus.
 >
 > http://www.eset.com
 >
 >
 >
 >
 >   
 diff -u -r1.6 deroff.c
 --- usr.bin/deroff/deroff.c    11 Apr 2009 13:01:27 -0000    1.6
 +++ usr.bin/deroff/deroff.c    7 Aug 2009 12:16:43 -0000
 @@ -825,14 +825,14 @@
  _C1(void)
  {
  
 -    return C1get);
 +    return C1get;
  }
  
  static int
  _C(void)
  {
  
 -    return Cget);
 +    return Cget;
  }
  #endif /* DEBUG */
 
 
 
 __________ Information from ESET NOD32 Antivirus, version of virus signature 
database 4314 (20090807) __________
 
 The message was checked by ESET NOD32 Antivirus.
 
 http://www.eset.com
 
 


Home | Main Index | Thread Index | Old Index