]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/contrib/addtiffo/addtiffo.c
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / tiff / contrib / addtiffo / addtiffo.c
index f2adef84d20b97d2592bc5540d600339a0dd0019..388f9a5e618733247d39932f5ed247f8722cccbf 100644 (file)
@@ -1,5 +1,4 @@
 /******************************************************************************
- * $Id$
  *
  * Project:  GeoTIFF Overview Builder
  * Purpose:  Mainline for building overviews in a TIFF file.
  ******************************************************************************
  *
  * $Log: addtiffo.c,v $
+ * Revision 1.7  2010-06-08 18:55:15  bfriesen
+ * * contrib: Add an emacs formatting mode footer to all source files
+ * so that emacs can be effectively used.
+ *
  * Revision 1.6  2005/12/16 05:59:55  fwarmerdam
  * Major upgrade to support YCbCr subsampled jpeg images
  *
@@ -163,3 +166,10 @@ int main( int argc, char ** argv )
 
     return( 0 );
 }
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */