Commit 0cbcedb

Matthias-Christian Ott <ott@enolink.de>
2008-07-09 04:50:44
make ptm and pts static
1 parent afc73c9
Changed files (1)
std.c
@@ -41,7 +41,7 @@ typedef struct {
 static int cols = 80, lines = 25;
 static int cx = 0, cy = 0;
 static int c;
-int ptm, pts;
+static int ptm, pts;
 static _Bool bold, digit, qmark;
 static pid_t pid;
 static RingBuffer buf;