diff options
Diffstat (limited to 'gdb/windows-termcap.c')
-rw-r--r-- | gdb/windows-termcap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/windows-termcap.c b/gdb/windows-termcap.c index c662049..c57b10a 100644 --- a/gdb/windows-termcap.c +++ b/gdb/windows-termcap.c @@ -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 * |