X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fworm.c;h=365266af8da2431ee77e432e5546edfcfb43eb0e;hp=92bdb254986719d46a2fb42c53a70a11ea14a260;hb=690589d8f19e38925db061296d4f704e4a965bb2;hpb=89175dffb0245ffaa1ffec80373cb9990f8dc7fe diff --git a/test/worm.c b/test/worm.c index 92bdb254..365266af 100644 --- a/test/worm.c +++ b/test/worm.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2013,2016 Free Software Foundation, Inc. * + * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -61,7 +61,7 @@ Options: traces will be dumped. The program stops and waits for one character of input at the beginning and end of the interval. - $Id: worm.c,v 1.66 2016/09/17 21:12:30 tom Exp $ + $Id: worm.c,v 1.68 2017/04/15 14:15:00 tom Exp $ */ #include @@ -608,7 +608,7 @@ main(int argc, char *argv[]) Trace(("Cleanup")); cleanup(); -#ifdef NO_LEAKS +#if NO_LEAKS for (y = 0; y < max_refs; y++) { free(refs[y]); }