aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting
diff options
context:
space:
mode:
authorSven Hesse2015-01-18 20:32:55 +0100
committerSven Hesse2015-01-18 20:35:51 +0100
commit3f66f28624812910834600d8a2cecb084dedea9f (patch)
tree7d38f98b9bf8d04e4e8bac6b20b6c9d3b5f5ed88 /engines/zvision/scripting
parent7c23eae1027d242c9169b791d99d5f22e3159816 (diff)
downloadscummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.tar.gz
scummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.tar.bz2
scummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.zip
ZVISION: Remove trailing whitespace
Diffstat (limited to 'engines/zvision/scripting')
-rw-r--r--engines/zvision/scripting/scripting_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/scripting/scripting_effect.h b/engines/zvision/scripting/scripting_effect.h
index 0af1d9c21c..2a2153204f 100644
--- a/engines/zvision/scripting/scripting_effect.h
+++ b/engines/zvision/scripting/scripting_effect.h
@@ -37,7 +37,7 @@ class ZVision;
* The base class that represents effects created from Actions.
* This class is virtual.
*
- * Detailed Description:
+ * Detailed Description:
* A scene has Controls. By interacting with the controls, the user
* causes Actions to execute. Certain Actions create 'effects', for
* example, a sound or an animation. This is the base class for