aboutsummaryrefslogtreecommitdiff
path: root/boxes.h
diff options
context:
space:
mode:
authorMarcus Comstedt2002-04-16 17:42:14 +0000
committerMarcus Comstedt2002-04-16 17:42:14 +0000
commit809e01713767c8ff79f4b01cc53c0921daf2ed7d (patch)
tree35d72ecb47ac7876dc0779724b20b2196d5b92a2 /boxes.h
parent9b7db10944ed6f77a330c26d09a548414d6b46e9 (diff)
downloadscummvm-rg350-809e01713767c8ff79f4b01cc53c0921daf2ed7d.tar.gz
scummvm-rg350-809e01713767c8ff79f4b01cc53c0921daf2ed7d.tar.bz2
scummvm-rg350-809e01713767c8ff79f4b01cc53c0921daf2ed7d.zip
Added missing newline at end of file.
svn-id: r3961
Diffstat (limited to 'boxes.h')
-rw-r--r--boxes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.h b/boxes.h
index b7df155195..031ef96c94 100644
--- a/boxes.h
+++ b/boxes.h
@@ -51,4 +51,4 @@ struct PathNode { /* Linked list of walkpath nodes */
struct PathVertex { /* Linked list of walkpath nodes */
PathNode *left;
PathNode *right;
-}; \ No newline at end of file
+};