summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index fb5b88449..d2ec1f7d0 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -1792,7 +1792,7 @@ bool charremove(char* mp, char remove)
if (shift_down)
*mptr = *(mptr+1);
- *mptr++;
+ mptr++;
}
return shift_down;