changeset 20371:976eed15d6b5

(invalidate_current_column): Declare it as void.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Nov 1997 12:12:50 +0000
parents 7e443cd9a63a
children 259194f66d40
files src/indent.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/indent.c	Thu Nov 27 12:10:31 1997 +0000
+++ b/src/indent.c	Thu Nov 27 12:12:50 1997 +0000
@@ -282,6 +282,7 @@
 
 /* Cancel any recorded value of the horizontal position.  */
 
+void
 invalidate_current_column ()
 {
   last_known_column_point = 0;