diff options
| author | Paul Richards <paul@FreeBSD.org> | 1995-01-11 01:29:38 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1995-01-11 01:29:38 +0000 |
| commit | 369cf5afc30221aa22ea2f0220cdcf0002381da3 (patch) | |
| tree | 94b0b92ed69c0dabfc4de822a4d85e49c9ae301b /lib/libforms/examples/test.c | |
| parent | 26b8cb48b1b7fbe956db69b6f7712266f0f02878 (diff) | |
Notes
Diffstat (limited to 'lib/libforms/examples/test.c')
| -rw-r--r-- | lib/libforms/examples/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/examples/test.c b/lib/libforms/examples/test.c index 92e65a8ae981..8725c2b17c19 100644 --- a/lib/libforms/examples/test.c +++ b/lib/libforms/examples/test.c @@ -63,7 +63,7 @@ main() {F_END, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} }; - struct form form = {0, 3, field, 25, 80, 0, 0, 0}; + struct form form = {0, 3, field, 24, 80, 0, 0, 0}; form.field = field; initscr(); |
