[Liblas-commits] laszip: remove extraneous ;

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jan 19 12:49:51 EST 2010


changeset ba3b839989fd in /Volumes/Data/www/liblas.org/laszip
details: http://hg.liblas.orglaszip?cmd=changeset;node=ba3b839989fd
summary: remove extraneous ;

diffstat:

 src/arithmeticmodel.cpp |  100 ++++++++++++++++++++++++------------------------
 1 files changed, 50 insertions(+), 50 deletions(-)

diffs (111 lines):

diff -r 64cb2e788e39 -r ba3b839989fd src/arithmeticmodel.cpp
--- a/src/arithmeticmodel.cpp	Tue Jan 19 00:42:10 2010 -0500
+++ b/src/arithmeticmodel.cpp	Tue Jan 19 11:45:27 2010 -0600
@@ -1,57 +1,57 @@
-/******************************************************************************
- *
- * Project:  laszip - http://liblas.org -
- * Purpose:
- * Author:   Martin Isenburg
- *           isenburg at cs.unc.edu
- *
- ******************************************************************************
- * Copyright (c) 2009, Martin Isenburg
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Licence as published
- * by the Free Software Foundation.
- *
- * See the COPYING file for more information.
- *
- ****************************************************************************/
-
-/*
-===============================================================================
-
-  FILE:  arithmeticmodel.cpp
-  
-  CONTENTS:
-      
-    see header file
-
-  PROGRAMMERS:
-  
-    martin isenburg at cs.unc.edu
-  
-  COPYRIGHT:
-  
+/******************************************************************************
+ *
+ * Project:  laszip - http://liblas.org -
+ * Purpose:
+ * Author:   Martin Isenburg
+ *           isenburg at cs.unc.edu
+ *
+ ******************************************************************************
+ * Copyright (c) 2009, Martin Isenburg
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU Lesser General Licence as published
+ * by the Free Software Foundation.
+ *
+ * See the COPYING file for more information.
+ *
+ ****************************************************************************/
+
+/*
+===============================================================================
+
+  FILE:  arithmeticmodel.cpp
+  
+  CONTENTS:
+      
+    see header file
+
+  PROGRAMMERS:
+  
+    martin isenburg at cs.unc.edu
+  
+  COPYRIGHT:
+  
     copyright (C) 2009  martin isenburg at cs.unc.edu
-    
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-  
-  CHANGE HISTORY:
-  
-    see header file
-
-===============================================================================
-*/
-#include "arithmeticmodel.h"
-
-#include <stdio.h>
-#include <stdlib.h>
+    
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  
+  CHANGE HISTORY:
+  
+    see header file
+
+===============================================================================
+*/
+#include "arithmeticmodel.h"
+
+#include <stdio.h>
+#include <stdlib.h>
 
 void AC_ERROR(const char* msg) {
   fprintf(stderr, "Arithmetic coding ERROR: %s\n", msg); exit(1);
-};
-
+}
+
 ArithmeticModel::ArithmeticModel(unsigned int n, unsigned int *init, int compress)
 {
   data_symbols = 0;


More information about the Liblas-commits mailing list