[Aptitude-svn-commit] r3419 - in branches/aptitude-0.3/aptitude: . src/vscreen
Daniel Burrows
dburrows@costa.debian.org
Sat, 25 Jun 2005 15:20:32 +0000
Author: dburrows
Date: Sat Jun 25 15:20:29 2005
New Revision: 3419
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/vscreen/curses++.h
Log:
Fix formatting errors.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Jun 25 15:20:29 2005
@@ -1,3 +1,9 @@
+2005-06-25 Daniel Burrows <dburrows@debian.org>
+
+ * src/vscreen/curses++.h:
+
+ Fix formatting errors in a comment.
+
2005-06-22 Daniel Burrows <dburrows@debian.org>
* src/pkg_tree.cc:
Modified: branches/aptitude-0.3/aptitude/src/vscreen/curses++.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/curses++.h (original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/curses++.h Sat Jun 25 15:20:29 2005
@@ -43,11 +43,9 @@
struct wchtype
{
/** The character value associated with this string. This code
- * presently assumes that wchar_t is large enough to hold any *
+ * presently assumes that wchar_t is large enough to hold any
* single Unicode (UCS-4) character, which is ok for GNU but might
- * not port * everywhere. However, I do guarantee that any
- * adjustments made * to compensate for this nonportability will
- * not change the external interface of wchtype.
+ * not port everywhere.
*/
wchar_t ch;