aboutsummaryrefslogtreecommitdiffhomepage
path: root/mimedb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mimedb.cpp')
-rw-r--r--mimedb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimedb.cpp b/mimedb.cpp
index 9e1e4af1..2639013f 100644
--- a/mimedb.cpp
+++ b/mimedb.cpp
@@ -1424,7 +1424,7 @@ int main (int argc, char *argv[])
*/
if( output_type == LAUNCH && !error )
{
- for( launch_hash_t::iterator iter = launch_hash.begin(); iter != launch_hash.end(); iter++)
+ for( launch_hash_t::iterator iter = launch_hash.begin(); iter != launch_hash.end(); ++iter)
{
const char *mimetype = iter->first.c_str();
string_list_t &files = iter->second;