summaryrefslogtreecommitdiffstats
path: root/warp/sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'warp/sm.c')
-rw-r--r--warp/sm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/warp/sm.c b/warp/sm.c
index 4bbe328f..69b10401 100644
--- a/warp/sm.c
+++ b/warp/sm.c
@@ -12,11 +12,11 @@
#include "config.h"
int
-main()
+main(void)
{
char screen[23][90], buf[10];
- Reg1 int y;
- Reg2 int x;
+ int y;
+ int x;
int tmpy, tmpx;
for (x=0; x<79; x++)
@@ -45,7 +45,7 @@ main()
}
}
else {
- Reg3 int numstars = 0;
+ int numstars = 0;
for (y=1; y<23; y++) {
for (x=0; x<79; x++)