diff options
author | Joris Van Damme <joris.at.lebbeke@skynet.be> | 2007-06-26 09:42:27 +0000 |
---|---|---|
committer | Joris Van Damme <joris.at.lebbeke@skynet.be> | 2007-06-26 09:42:27 +0000 |
commit | 1988981be82753a9bf48511482e1226e1b785a79 (patch) | |
tree | 8fe3fc636b7efc282873b6098edb8c2e7dd42616 /libtiff/tiffio.hxx | |
parent | 00edd873485fdb8446e5b22828ba5032d74d4224 (diff) | |
download | libtiff-git-1988981be82753a9bf48511482e1226e1b785a79.tar.gz |
BigTIFF upgrade: misc little things, mostly indentation and unimportant stuff
Diffstat (limited to 'libtiff/tiffio.hxx')
-rw-r--r-- | libtiff/tiffio.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtiff/tiffio.hxx b/libtiff/tiffio.hxx index 540668b6..07c175af 100644 --- a/libtiff/tiffio.hxx +++ b/libtiff/tiffio.hxx @@ -1,4 +1,4 @@ -/* $Id: tiffio.hxx,v 1.1 2004-11-21 16:12:08 dron Exp $ */ +/* $Id: tiffio.hxx,v 1.2 2007-06-26 09:42:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -34,8 +34,8 @@ #include <iostream> #include "tiff.h" -extern TIFF* TIFFStreamOpen(const char*, std::ostream *); -extern TIFF* TIFFStreamOpen(const char*, std::istream *); +extern TIFF* TIFFStreamOpen(const char*, std::ostream *); +extern TIFF* TIFFStreamOpen(const char*, std::istream *); #endif /* _TIFFIO_HXX_ */ |