bug-cvs
[Top][All Lists]
Advanced

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

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


From: Conrad T. Pino
Subject: Patch: Feature Branch - Windows Build Warning Fixed - src/wrapper.c
Date: Thu, 10 Jun 2004 14:11:55 -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.38
diff -u -p -r1.38 wrapper.c
--- src/wrapper.c       9 Jun 2004 14:47:39 -0000       1.38
+++ src/wrapper.c       10 Jun 2004 21:10:01 -0000
@@ -238,6 +238,7 @@ wrap_unparse_rcs_options (char **line, i
  * 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) {
@@ -255,7 +256,6 @@ wrap_clean_fmt_str(char *fmt, int max_s)
        }
        fmt++;
     }
-    return;
 }
 
 /*




reply via email to

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