aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/scprops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/adrift/scprops.cpp')
-rw-r--r--engines/glk/adrift/scprops.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/adrift/scprops.cpp b/engines/glk/adrift/scprops.cpp
index 166f506f68..e5474d8295 100644
--- a/engines/glk/adrift/scprops.cpp
+++ b/engines/glk/adrift/scprops.cpp
@@ -872,8 +872,8 @@ void prop_adopt(sc_prop_setref_t bundle, void *addr) {
*
* Print out a complete properties set.
*/
-static sc_bool prop_debug_is_dictionary_string(sc_prop_setref_t bundle, const void *pointer) {
- const sc_char *const pointer_ = (const sc_char * const)pointer;
+static sc_bool prop_debug_is_dictionary_string(sc_prop_setref_t bundle, const sc_char *pointer) {
+ const sc_char *const pointer_ = pointer;
sc_int index_;
/* Compare by pointer directly, not by string value comparisons. */