]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tty/lib_vidattr.c
ncurses 5.7 - patch 20090221
[ncurses.git] / ncurses / tty / lib_vidattr.c
index ab7a165ae3226861b1966374a3b086fe2d7e9df1..6c4f9e2f24205aba9c43611af13ea744af1e6777 100644 (file)
@@ -66,7 +66,7 @@
 #include <curses.priv.h>
 #include <term.h>
 
-MODULE_ID("$Id: lib_vidattr.c,v 1.50 2009/02/15 00:51:03 tom Exp $")
+MODULE_ID("$Id: lib_vidattr.c,v 1.51 2009/02/21 21:43:40 tom Exp $")
 
 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc)
 
@@ -335,7 +335,7 @@ NCURSES_SP_NAME(termattrs) (NCURSES_SP_DCL0)
     if (SP_PARM->_coloron)
        attrs |= A_COLOR;
 
-    returnChar(attrs);
+    returnChtype(attrs);
 }
 
 #if NCURSES_SP_FUNCS