]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_tiling/split.c
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / mod_tiling / split.c
index 54864d7b93bfbb2ea71b711cf5b773e44f69144c..381bbb3ea4e2d499c9b066a9bd278792a6475884 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/mod_tiling/split.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * Ion is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by
@@ -1029,6 +1029,7 @@ err:
 void splittree_changeroot(WSplit *root, WSplit *node)
 {
     WTiling *ws=(WTiling*)(root->ws_if_root);
+    
     assert(ws!=NULL);
     assert(ws->split_tree==root);
     root->ws_if_root=NULL;