1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Minor tweak to this test.

This commit is contained in:
Jordan K. Hubbard 1996-02-08 11:55:15 +00:00
parent ab58050112
commit b1c46b6825
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13969

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $Id: test1.c,v 1.2 1995/12/23 14:53:07 jkh Exp $
* $Id: gauge.c,v 1.1 1996/01/01 03:45:25 jkh Exp $
*/
#include <stdio.h>
@ -31,7 +31,7 @@ main(int argc, unsigned char *argv[])
init_dialog();
for (i = 0; i < 100; i++) {
for (i = 0; i <= 100; i++) {
dialog_gauge("Gas tank", "When this gets 100% full, you'd better yank out the nozzle!", 10, 1, 7, 70, i);
usleep(30000);
}