diff options
Diffstat (limited to 'usr.bin/mg/basic.c')
-rw-r--r-- | usr.bin/mg/basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mg/basic.c b/usr.bin/mg/basic.c index b35e1defeef..c4095800c0d 100644 --- a/usr.bin/mg/basic.c +++ b/usr.bin/mg/basic.c @@ -338,7 +338,7 @@ int f, n; */ pagenext(f, n) { - register WINDOW *wp; + register MGWIN *wp; if (wheadp->w_wndp == NULL) { ewprintf("No other window"); |