[Aptitude-svn-commit] r3277 - in branches/aptitude-0.3/aptitude: . src/vscreen/config

Daniel Burrows dburrows@costa.debian.org
Tue, 10 May 2005 13:06:49 +0000


Author: dburrows
Date: Tue May 10 13:06:47 2005
New Revision: 3277

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/config/colors.cc
Log:
Fix a compile error.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue May 10 13:06:47 2005
@@ -1,5 +1,9 @@
 2005-05-10  Daniel Burrows  <dburrows@debian.org>
 
+	* src/vscreen/config/colors.cc:
+
+	Fix a silly compile error.
+
 	* src/vscreen/config/style.h:
 
 	Add an interface to apply a style to a chtype value.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/config/colors.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/config/colors.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/config/colors.cc	Tue May 10 13:06:47 2005
@@ -78,4 +78,5 @@
 	return get_color_pair(fg, old_bg);
       else
 	return get_color_pair(fg, bg);
+    }
 }