* sparc-linux-tdep.c (sparc32_linux_init_abi): Append
[deliverable/binutils-gdb.git] / gdb / windows-termcap.c
index 3e25dea22a45c25989041c35655dd40e082ef24e..c57b10a481aff6cd42b21fecde3b720b55f30b84 100644 (file)
@@ -1,6 +1,6 @@
 /* Win32 termcap emulation.
 
-   Copyright 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 *
This page took 0.023976 seconds and 4 git commands to generate.