[Scummvm-cvs-logs] scummvm master -> b804483e5e80a6c60635b0751281c0fe883b7e85

csnover csnover at users.noreply.github.com
Sat Feb 20 17:37:29 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b804483e5e SCI: Fix missing whitespace causing create_project errors


Commit: b804483e5e80a6c60635b0751281c0fe883b7e85
    https://github.com/scummvm/scummvm/commit/b804483e5e80a6c60635b0751281c0fe883b7e85
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-02-20T10:36:48-06:00

Commit Message:
SCI: Fix missing whitespace causing create_project errors

Changed paths:
    engines/sci/module.mk



diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 0b55874..963b657 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -87,7 +87,7 @@ MODULE_OBJS += \
 	graphics/paint32.o \
 	graphics/plane32.o \
 	graphics/palette32.o \
-	graphics/screen_item32.o\
+	graphics/screen_item32.o \
 	graphics/text32.o \
 	video/robot_decoder.o
 endif






More information about the Scummvm-git-logs mailing list