From c2ce98d7781db329352d954fd196b04b564b3219 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 13 Feb 2007 00:02:23 +0000 Subject: Fix minor K&R-ism --- generic/tkUndo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generic/tkUndo.c b/generic/tkUndo.c index 27a31ce..a540260 100644 --- a/generic/tkUndo.c +++ b/generic/tkUndo.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUndo.c,v 1.10 2006/01/12 23:29:36 a_kovalenko Exp $ + * RCS: @(#) $Id: tkUndo.c,v 1.11 2007/02/13 00:02:23 dkf Exp $ */ #include "tkUndo.h" @@ -519,8 +519,8 @@ TkUndoInsertUndoSeparator( */ int -TkUndoRevert(stack) - TkUndoRedoStack *stack; +TkUndoRevert( + TkUndoRedoStack *stack) { TkUndoAtom *elem; -- cgit v0.12