[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trivial comment patch
From: |
Kenneth Lorber |
Subject: |
trivial comment patch |
Date: |
Fri, 13 Jun 2003 11:00:56 -0400 (EDT) |
Pet peeve - brackets should match even in comments :-)
keni
Index: src/subr.c
===================================================================
RCS file: /cvs/ccvs/src/subr.c,v
retrieving revision 1.79
diff -c -r1.79 subr.c
*** src/subr.c 4 Jun 2003 20:37:57 -0000 1.79
--- src/subr.c 13 Jun 2003 14:56:08 -0000
***************
*** 52,58 ****
/*
* realloc data and die if it fails [I've always wanted to have "realloc" do
* a "malloc" if the argument is NULL, but you can't depend on it. Here, I
! * can *force* it.
*/
void *
xrealloc (ptr, bytes)
--- 52,58 ----
/*
* realloc data and die if it fails [I've always wanted to have "realloc" do
* a "malloc" if the argument is NULL, but you can't depend on it. Here, I
! * can *force* it.]
*/
void *
xrealloc (ptr, bytes)
- trivial comment patch,
Kenneth Lorber <=