X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Findent.c;h=8aebdbc705666c65f634de1e84b08a65ab299429;hp=8de057ebd829f9053a4f7f6b2537cf69fc92d509;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=1e7fd761ecf5fd2208bde8e30fc6f7cbf789b7db diff --git a/src/indent.c b/src/indent.c index 8de057e..8aebdbc 100644 --- a/src/indent.c +++ b/src/indent.c @@ -195,7 +195,7 @@ column_at_point (struct buffer *buf, Bufpos init_pos, int cur_col) } 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;