diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-06 12:30:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-06 12:30:24 (GMT) |
commit | a6398d14fac69db937522cf6ed2c1f1508c94990 (patch) | |
tree | b037b9f1843d2eae15556413650732342d288ba8 /generic | |
parent | 43af189a4068fc022433746106669e2ac014414c (diff) | |
download | tk-a6398d14fac69db937522cf6ed2c1f1508c94990.zip tk-a6398d14fac69db937522cf6ed2c1f1508c94990.tar.gz tk-a6398d14fac69db937522cf6ed2c1f1508c94990.tar.bz2 |
Added missing FF chars
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkImgPhoto.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index b56261d..79b502f 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -17,7 +17,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.57 2005/08/11 01:55:04 dgp Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.58 2005/09/06 12:30:24 dkf Exp $ */ #include "tkInt.h" @@ -5835,7 +5835,7 @@ Tk_PhotoGetImage(handle, blockPtr) blockPtr->offset[3] = 3; return 1; } - + /* *---------------------------------------------------------------------- * @@ -5895,7 +5895,7 @@ PhotoOptionFind(interp, obj) } return proc; } - + /* *---------------------------------------------------------------------- * @@ -5927,7 +5927,7 @@ PhotoOptionCleanupProc(clientData, interp) ckfree((char *) ptr); } } - + /* *-------------------------------------------------------------- * |