JANITORIAL: Add missing NL at EOF.

This commit is contained in:
Christoph Mallon 2011-08-07 11:38:42 +02:00 committed by Johannes Schickel
parent 2c9fdf0df7
commit bf580e6e6b
22 changed files with 22 additions and 22 deletions

View file

@ -336,4 +336,4 @@ This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
Public License instead of this License.

View file

@ -678,4 +678,4 @@ LPIO_INTERFACE NJSD_GetInterface(void) {
} ;
#endif // defined NDS
#endif
#endif

View file

@ -103,4 +103,4 @@ LPIO_INTERFACE SCSD_GetInterface(void) {
return &io_scsd ;
} ;
#endif
#endif

View file

@ -338,4 +338,4 @@
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</xs:schema>

View file

@ -53,4 +53,4 @@
getsockopt(0, 0, 0, NULL, NULL);
return i;
}
}

View file

@ -321,4 +321,4 @@ void ImageViewer::handleEvent(uint32 event) {
PSP_ERROR("Unknown event %d\n", event);
break;
}
}
}

View file

@ -99,4 +99,4 @@ public:
void setDisplayManager(DisplayManager *displayManager) { _displayManager = displayManager; }
};
#endif /* PSP_IMAGE_VIEWER_H */
#endif /* PSP_IMAGE_VIEWER_H */

View file

@ -1 +1 @@
>> SumthinWicked *grins* <<
>> SumthinWicked *grins* <<

View file

@ -61,4 +61,4 @@
""-"!:\system\apps\ScummVM\sdl.ini",FILENULL
; This install layout will let you upgrade to newer versions wihout loss of scummvm.ini.
; It will remove the config file, std***.txt files & dirs on uninstall.
; It will remove the config file, std***.txt files & dirs on uninstall.

View file

@ -54,4 +54,4 @@
; add extra Vibration lib for P800, will be ignored during all other installs
IF MachineUID = 0x101F408B
@"Vibration.sis", (0x101F94A3)
ENDIF
ENDIF

View file

@ -156,4 +156,4 @@ SOURCE backends\vkeybd\virtual-keyboard.cpp
// Downscaler
SOURCE graphics\scaler\downscaler.cpp
MACRO SDL_BACKEND
MACRO SDL_BACKEND

View file

@ -110,4 +110,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View file

@ -124,4 +124,4 @@ int main(int argc, char *argv[]) {
}
return 0;
}
}

View file

@ -68,4 +68,4 @@
<Filter>scripts</Filter>
</None>
</ItemGroup>
</Project>
</Project>

View file

@ -21,4 +21,4 @@ sky.cpt:
TODO
toon.dat:
'toon.dat' contains all the strings hardcoded in the original executables.
'toon.dat' contains all the strings hardcoded in the original executables.

View file

@ -3,4 +3,4 @@ Exec = scummvm.lin
Icon = icon.png
Author = ScummVM Team
Version = trunk
Comment = ScummVM
Comment = ScummVM

View file

@ -10,4 +10,4 @@ All feedback is appreciated!
Thanks!
Paul Smedley
5th May, 2010
5th May, 2010

View file

@ -41,4 +41,4 @@
</GameTasks>
</ExtendedProperties>
</GameDefinition>
</GameDefinitionFile>
</GameDefinitionFile>

View file

@ -80,4 +80,4 @@ PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk
include $(srcdir)/rules.mk

View file

@ -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 */
};
};

View file

@ -108,4 +108,4 @@
id="image5920"
x="9"
y="26.110352"
style="display:inline" /></g></svg>
style="display:inline" /></g></svg>

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

Before After
Before After

View file

@ -2,4 +2,4 @@ This directory contains some unit tests for ScummVM. They are based on
CxxTest <http://cxxtest.com/>, which you can find in the cxxtest
subdirectory, including its manual.
To run the unit tests, simply use "make test".
To run the unit tests, simply use "make test".