diff options
| author | Christoph Mallon | 2011-08-07 11:38:42 +0200 |
|---|---|---|
| committer | Johannes Schickel | 2011-08-07 13:53:33 +0200 |
| commit | bf580e6e6b9af3a545dfd7105aa4e5d691443495 (patch) | |
| tree | 91f6898f5a2c24b335c5ecf1fdee1edca2ecb1bf /engines | |
| parent | 2c9fdf0df754176a375d5079c7e8578c6701630a (diff) | |
| download | scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.tar.gz scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.tar.bz2 scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.zip | |
JANITORIAL: Add missing NL at EOF.
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/lastexpress/module.mk | 2 | ||||
| -rw-r--r-- | engines/sword25/util/pluto/FILEFORMAT | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/module.mk b/engines/lastexpress/module.mk index a11a7c4b67..8b3287d5d7 100644 --- a/engines/lastexpress/module.mk +++ b/engines/lastexpress/module.mk @@ -80,4 +80,4 @@ PLUGIN := 1 endif # Include common rules -include $(srcdir)/rules.mk
\ No newline at end of file +include $(srcdir)/rules.mk diff --git a/engines/sword25/util/pluto/FILEFORMAT b/engines/sword25/util/pluto/FILEFORMAT index b3f10ee603..e7716675c7 100644 --- a/engines/sword25/util/pluto/FILEFORMAT +++ b/engines/sword25/util/pluto/FILEFORMAT @@ -165,4 +165,4 @@ struct LocVar { Object name; /* Name of the local variable */ int startpc; /* Point where variable is active */ int endpc; /* Point where variable is dead */ -};
\ No newline at end of file +}; |
