make ANSI C compatible
[unix-history] / usr / src / games / sail / pl_7.c
index c0408d3..f4bf8be 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pl_7.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_7.c     5.3 (Berkeley) %G%";
 #endif not lint
 
 #include "player.h"
 #endif not lint
 
 #include "player.h"
@@ -207,7 +207,7 @@ register n;
                                *p++ = c;
                                (void) waddch(scroll_w, c);
                        } else
                                *p++ = c;
                                (void) waddch(scroll_w, c);
                        } else
-                               (void) putchar(CTRL(g));
+                               (void) putchar(CTRL('g'));
                }
        }
 }
                }
        }
 }