X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/155af98de2d41917730964947d990b7fb70ddc01..061ece7d6fedbde47030222fea74b575c12707dc:/src/exprNodeList.c diff --git a/src/exprNodeList.c b/src/exprNodeList.c index 5439246..3d66063 100644 --- a/src/exprNodeList.c +++ b/src/exprNodeList.c @@ -1,6 +1,6 @@ /* ** Splint - annotation-assisted static program checker -** Copyright (C) 1994-2002 University of Virginia, +** Copyright (C) 1994-2003 University of Virginia, ** Massachusetts Institute of Technology ** ** This program is free software; you can redistribute it and/or modify it @@ -43,7 +43,7 @@ exprNodeList_new () dmalloc (sizeof (*s->elements) * exprNodeListBASESIZE); s->current = 0; - return (s); + return (s); } static void