summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-09-06 12:30:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-09-06 12:30:24 (GMT)
commita6398d14fac69db937522cf6ed2c1f1508c94990 (patch)
treeb037b9f1843d2eae15556413650732342d288ba8 /generic/tkImgPhoto.c
parent43af189a4068fc022433746106669e2ac014414c (diff)
downloadtk-a6398d14fac69db937522cf6ed2c1f1508c94990.zip
tk-a6398d14fac69db937522cf6ed2c1f1508c94990.tar.gz
tk-a6398d14fac69db937522cf6ed2c1f1508c94990.tar.bz2
Added missing FF chars
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r--generic/tkImgPhoto.c8
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);
}
}
-
+
/*
*--------------------------------------------------------------
*