more progress on email address editing in the text client
[citadel.git] / textclient / src / screen.c
index a8baa30468b755581d42fa0b3947c87bfc9bb863..f4cfc9460b125204beabb7a2a9a79c3f77d03273 100644 (file)
@@ -98,7 +98,7 @@ int scr_printf(char *fmt, ...)
 {
        static char outbuf[4096];       /* static for performance -- not re-entrant -- change if needed */
        va_list ap;
-       register int retval;
+       int retval;
        int i, len;
 
        va_start(ap, fmt);