diff src/indent.c @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children 576fb035e263
line wrap: on
line diff
--- a/src/indent.c	Mon Aug 13 11:32:27 2007 +0200
+++ b/src/indent.c	Mon Aug 13 11:33:38 2007 +0200
@@ -195,7 +195,7 @@
 }
 
 int
-string_column_at_point (struct Lisp_String* s, Bufpos init_pos, int tab_width)
+string_column_at_point (Lisp_String* s, Bufpos init_pos, int tab_width)
 {
   int col;
   int tab_seen;