mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* win32-termcap.c (tputs): Return 0.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Win32 termcap emulation.
|
||||
|
||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by CodeSourcery, LLC.
|
||||
|
||||
@@ -56,6 +56,8 @@ tputs (char *string, int nlines, int (*outfun) ())
|
||||
{
|
||||
while (*string)
|
||||
outfun (*string++);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user