From 4e2f7c8e8fdcdb1dbf6f2346e13f46f8ce3eca48 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 20 Apr 2009 04:02:15 +0000 Subject: Add tmpfile() implementation of FILE_Cookie. --- libdimensionxx/png.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimensionxx/png.cpp') diff --git a/libdimensionxx/png.cpp b/libdimensionxx/png.cpp index 8a2770b..2d1d276 100644 --- a/libdimensionxx/png.cpp +++ b/libdimensionxx/png.cpp @@ -67,7 +67,7 @@ namespace Dimension m_written = true; // We've written the file now, don't do it again } - // Read a canvas from a PNG file. Uses the FILE_Cookie() interface to make a + // Read a canvas from a PNG file. Uses the FILE_Cookie() interface to make a // FILE* corresponding to an std::istream (including std::istringstream, etc). void PNG_Canvas::read() { -- cgit v1.2.3