diff options
author | das <das> | 2006-05-12 18:18:52 (GMT) |
---|---|---|
committer | das <das> | 2006-05-12 18:18:52 (GMT) |
commit | 8be9c78b526ea598b749969226bfaa02ef49241b (patch) | |
tree | 93eddde81750e5822995699f8e887794a0d60cd5 /macosx/tkMacOSXHLEvents.c | |
parent | efbef34c60403590439c9e99a3f1f4b958f30610 (diff) | |
download | tk-8be9c78b526ea598b749969226bfaa02ef49241b.zip tk-8be9c78b526ea598b749969226bfaa02ef49241b.tar.gz tk-8be9c78b526ea598b749969226bfaa02ef49241b.tar.bz2 |
fix whitespace, copyright
Diffstat (limited to 'macosx/tkMacOSXHLEvents.c')
-rw-r--r-- | macosx/tkMacOSXHLEvents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXHLEvents.c b/macosx/tkMacOSXHLEvents.c index 4bbffa6..155febb 100644 --- a/macosx/tkMacOSXHLEvents.c +++ b/macosx/tkMacOSXHLEvents.c @@ -6,11 +6,12 @@ * * Copyright (c) 1995-1997 Sun Microsystems, Inc. * Copyright 2001, Apple Computer, Inc. + * Copyright (c) 2006 Daniel A. Steffen <das@users.sourceforge.net> * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXHLEvents.c,v 1.5.2.8 2006/04/11 10:21:53 das Exp $ + * RCS: @(#) $Id: tkMacOSXHLEvents.c,v 1.5.2.9 2006/05/12 18:18:52 das Exp $ */ #include "tkMacOSXInt.h" @@ -112,7 +113,6 @@ TkMacOSXInitAppleEvents( err = AEInstallEventHandler(kAEMiscStandards, kAEDoScript, ScriptHandlerUPP, (long) interp, false); } - } } |