diff options
author | Marcus Comstedt | 2002-04-16 17:42:14 +0000 |
---|---|---|
committer | Marcus Comstedt | 2002-04-16 17:42:14 +0000 |
commit | 809e01713767c8ff79f4b01cc53c0921daf2ed7d (patch) | |
tree | 35d72ecb47ac7876dc0779724b20b2196d5b92a2 | |
parent | 9b7db10944ed6f77a330c26d09a548414d6b46e9 (diff) | |
download | scummvm-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.h | 2 | ||||
-rw-r--r-- | gui.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 +}; @@ -125,4 +125,4 @@ public: void handleKeysDialogCommand(int cmd); void handleLauncherDialogCommand(int cmd); }; -#endif
\ No newline at end of file +#endif |