pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src color.cxx,1.1,1.2


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src color.cxx,1.1,1.2
Date: 12 Apr 2003 00:57:45 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv29527

Modified Files:
        color.cxx 
Log Message:
missing return fixed

Index: color.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/color.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- color.cxx   11 Apr 2003 16:51:15 -0000      1.1
+++ color.cxx   12 Apr 2003 00:57:43 -0000      1.2
@@ -26,6 +26,8 @@
     << color.green << ", "
     << color.blue << ", "
     << color.alpha << "]";
+
+  return s;
 }
 
 /* EOF */





reply via email to

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