* win32-termcap.c (tputs): Return 0.
[external/binutils.git] / gdb / win32-termcap.c
index c662049..c57b10a 100644 (file)
@@ -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 *