bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: Stable Branch - Windows Build Warning Fixed - src/wrapper.c


From: Conrad T. Pino
Subject: Patch: Stable Branch - Windows Build Warning Fixed - src/wrapper.c
Date: Thu, 10 Jun 2004 11:08:32 -0700

./src/ChangeLog:

        * wrapper.c: Add "void" return type to "wrap_clean_fmt_str" definition.
        (Patch submitted by Conrad T. Pino <Conrad@Pino.com>.)

Index: src/wrapper.c
===================================================================
RCS file: /cvs/ccvs/src/wrapper.c,v
retrieving revision 1.31.4.2
diff -u -p -r1.31.4.2 wrapper.c
--- src/wrapper.c       9 Jun 2004 13:58:59 -0000       1.31.4.2
+++ src/wrapper.c       10 Jun 2004 18:01:56 -0000
@@ -240,6 +240,7 @@ wrap_unparse_rcs_options (line, first_ca
  * Remove fmt str specifier other than %% or %s. And allow
  * only max_s %s specifiers
  */
+void
 wrap_clean_fmt_str(char *fmt, int max_s)
 {
     while (*fmt) {
@@ -257,7 +258,6 @@ wrap_clean_fmt_str(char *fmt, int max_s)
        }
        fmt++;
     }
-    return;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]