summaryrefslogtreecommitdiff
path: root/gdb/win32-termcap.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-02-23 18:28:34 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-02-23 18:28:34 +0000
commit03495dd55abd3d37161a5f6a06fe808f0c3814d4 (patch)
tree1dbf493d3fafeadfb345c6c7c21371e5b3e64352 /gdb/win32-termcap.c
parent244dc318c53bc756bce7cdff1971de65e132d769 (diff)
downloadgdb-03495dd55abd3d37161a5f6a06fe808f0c3814d4.tar.gz
* win32-termcap.c (tputs): Return 0.
Diffstat (limited to 'gdb/win32-termcap.c')
-rw-r--r--gdb/win32-termcap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/win32-termcap.c b/gdb/win32-termcap.c
index c6620496ad9..c57b10a481a 100644
--- a/gdb/win32-termcap.c
+++ b/gdb/win32-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 *