aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dialog.h
diff options
context:
space:
mode:
authorStrangerke2016-08-18 21:18:08 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitb4b76047ff5289dd003f03e05f0d5ed1d0067926 (patch)
treedc575b29ff9d5dfddd3ba8e6774ea820ac3fa81e /engines/dm/dialog.h
parentefac7b5eb0dd90bc45761a666d8b68ddad703d19 (diff)
downloadscummvm-rg350-b4b76047ff5289dd003f03e05f0d5ed1d0067926.tar.gz
scummvm-rg350-b4b76047ff5289dd003f03e05f0d5ed1d0067926.tar.bz2
scummvm-rg350-b4b76047ff5289dd003f03e05f0d5ed1d0067926.zip
DM: Fix some GCC warnings
Diffstat (limited to 'engines/dm/dialog.h')
-rw-r--r--engines/dm/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dialog.h b/engines/dm/dialog.h
index 2aec5e9735..48a1accb1c 100644
--- a/engines/dm/dialog.h
+++ b/engines/dm/dialog.h
@@ -54,4 +54,4 @@ public:
int16 f424_dialogGetChoice(uint16 choiceCount, uint16 dialogSetIndex, int16 driveType, int16 automaticChoiceIfFlopyInDrive); // @ F0424_DIALOG_GetChoice
};
-} \ No newline at end of file
+}