diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-17 14:17:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-17 14:17:01 -0400 |
commit | 56a2de1b74225f056c8dee1bfd3156d1d6aea68f (patch) | |
tree | b24fd14860716429958dc1cf99ff498f399c5efe /netnuke.c | |
parent | 5fcb64142ee72a66cfbcf3be233a1b93f694ccba (diff) | |
download | NetNuke-56a2de1b74225f056c8dee1bfd3156d1d6aea68f.tar.gz |
I had to comment on a little comment I forgot to put in.
Diffstat (limited to 'netnuke.c')
-rw-r--r-- | netnuke.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -695,6 +695,7 @@ void cleanup() int columns = tgetnum("co"); int col = 0; #else + /* It appears the termcap library under Linux does not function correctly */ int columns = 80; int col = 0; #endif |