Added missing newline at end of file.

svn-id: r3961
This commit is contained in:
Marcus Comstedt 2002-04-16 17:42:14 +00:00
parent 9b7db10944
commit 809e017137
2 changed files with 2 additions and 2 deletions

View File

@ -51,4 +51,4 @@ struct PathNode { /* Linked list of walkpath nodes */
struct PathVertex { /* Linked list of walkpath nodes */
PathNode *left;
PathNode *right;
};
};

2
gui.h
View File

@ -125,4 +125,4 @@ public:
void handleKeysDialogCommand(int cmd);
void handleLauncherDialogCommand(int cmd);
};
#endif
#endif