summaryrefslogtreecommitdiff
path: root/guw/guw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'guw/guw.cc')
-rw-r--r--guw/guw.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/guw/guw.cc b/guw/guw.cc
index ef6e5eb93f9b..a3a2f86fe69f 100644
--- a/guw/guw.cc
+++ b/guw/guw.cc
@@ -290,7 +290,7 @@ void init_ignorepara(string fullcommand) {
bool is_ignorepara(const string &para) {
for( vector<string>::iterator it = ignorepara_vec.begin();
- it != ignorepara_vec.end(); it++ ) {
+ it != ignorepara_vec.end(); ++it ) {
if ( para.find(*it) != string::npos ) {
if ( debug )
cerr << "Found execption para: " << para << endl;