X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdots.c;h=2d6471853e08f7daaba00b2c9dce745e76288e73;hp=c0cdf9011e5654490f3e71906e6136706832eb33;hb=dfaa1a3001fd447819f5edc2e523acc1a04f1440;hpb=5242fccf157e715ed878455a3efea6c82b840eb5 diff --git a/test/dots.c b/test/dots.c index c0cdf901..2d647185 100644 --- a/test/dots.c +++ b/test/dots.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1999-2006,2007 Free Software Foundation, Inc. * + * Copyright (c) 1999-2007,2008 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 * @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey 1999 * - * $Id: dots.c,v 1.16 2007/02/03 18:51:23 tom Exp $ + * $Id: dots.c,v 1.17 2008/02/09 18:08:50 tom Exp $ * * A simple demo of the terminfo interface. */ @@ -47,7 +47,7 @@ static long total_chars = 0; static time_t started; static int -outc(int c) +outc(TPUTS_ARG c) { if (interrupted) { char tmp = c;