diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:25:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:25:33 (GMT) |
commit | e49fac5b1a1937d9253af474812ecaec6771fe39 (patch) | |
tree | 43ac69bc3a595087f47f047e823a04bc05f0bded /generic/tkImgPPM.c | |
parent | 17c3b9129b6d86c739d3240afef617a7fb5eee59 (diff) | |
download | tk-e49fac5b1a1937d9253af474812ecaec6771fe39.zip tk-e49fac5b1a1937d9253af474812ecaec6771fe39.tar.gz tk-e49fac5b1a1937d9253af474812ecaec6771fe39.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'generic/tkImgPPM.c')
-rw-r--r-- | generic/tkImgPPM.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkImgPPM.c b/generic/tkImgPPM.c index c40c40c..bfd3288 100644 --- a/generic/tkImgPPM.c +++ b/generic/tkImgPPM.c @@ -13,11 +13,10 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPPM.c,v 1.16.2.1 2007/06/25 19:12:13 dgp Exp $ + * RCS: @(#) $Id: tkImgPPM.c,v 1.16.2.2 2007/09/07 01:25:35 dgp Exp $ */ #include "tkInt.h" -#include "tkPort.h" /* * The maximum amount of memory to allocate for data read from the file. If we |