diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-09-06 12:30:24 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-09-06 12:30:24 (GMT) |
commit | 37d5b9768b23ab3ae58119d0828519a9fddcfa23 (patch) | |
tree | b037b9f1843d2eae15556413650732342d288ba8 /generic | |
parent | 9c8eb9a38702770528548d0a30be31de7d5392a7 (diff) | |
download | tk-37d5b9768b23ab3ae58119d0828519a9fddcfa23.zip tk-37d5b9768b23ab3ae58119d0828519a9fddcfa23.tar.gz tk-37d5b9768b23ab3ae58119d0828519a9fddcfa23.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); } } - + /* *-------------------------------------------------------------- * |