aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2002-04-16 17:42:14 +0000
committerMarcus Comstedt2002-04-16 17:42:14 +0000
commit809e01713767c8ff79f4b01cc53c0921daf2ed7d (patch)
tree35d72ecb47ac7876dc0779724b20b2196d5b92a2
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
-rw-r--r--boxes.h2
-rw-r--r--gui.h2
2 files changed, 2 insertions, 2 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
+};
diff --git a/gui.h b/gui.h
index 8dcf0e5b5e..05c5975941 100644
--- a/gui.h
+++ b/gui.h
@@ -125,4 +125,4 @@ public:
void handleKeysDialogCommand(int cmd);
void handleLauncherDialogCommand(int cmd);
};
-#endif \ No newline at end of file
+#endif