Changes to qemacs/cfb.c

Charlie Gordon <[email protected]> Fri, 13 May 2005 05:53:48 -0400
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
Index: qemacs/cfb.c
diff -u qemacs/cfb.c:1.2 qemacs/cfb.c:1.3
--- qemacs/cfb.c:1.2	Wed May 11 15:49:36 2005
+++ qemacs/cfb.c	Fri May 13 09:53:45 2005
@@ -227,8 +227,8 @@
 }
 
 static void cfb_draw_text(QEditScreen *s, QEFont *font,
-                           int x_start, int y, const unsigned int *str, int len,
-                           QEColor color)
+                          int x_start, int y, const unsigned int *str, int len,
+                          QEColor color)
 {
     CFBContext *cfb = s->private;
     GlyphCache *g;