diff options
author | Sven Hesse | 2007-11-08 23:53:59 +0000 |
---|---|---|
committer | Sven Hesse | 2007-11-08 23:53:59 +0000 |
commit | 870ec35291fea0161e6ff9fe8f51a35dd0111384 (patch) | |
tree | 1844bdef8e82ab856d2744de868b18b9e5b76e50 /engines | |
parent | 435a71a5b54bace554b2ae77b251314be054b4f8 (diff) | |
download | scummvm-rg350-870ec35291fea0161e6ff9fe8f51a35dd0111384.tar.gz scummvm-rg350-870ec35291fea0161e6ff9fe8f51a35dd0111384.tar.bz2 scummvm-rg350-870ec35291fea0161e6ff9fe8f51a35dd0111384.zip |
Fixing compilation for me by giving that file a closing newline
svn-id: r29457
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/actor_path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/actor_path.cpp b/engines/saga/actor_path.cpp index cccba03073..555c410fbb 100644 --- a/engines/saga/actor_path.cpp +++ b/engines/saga/actor_path.cpp @@ -602,4 +602,4 @@ void Actor::drawPathTest() { #endif } -} // End of namespace Saga
\ No newline at end of file +} // End of namespace Saga |