diff --git a/src/runtime/c/pgf/db.cxx b/src/runtime/c/pgf/db.cxx index 8caaa6673..7b1fc6eb5 100644 --- a/src/runtime/c/pgf/db.cxx +++ b/src/runtime/c/pgf/db.cxx @@ -261,7 +261,7 @@ PgfDB::PgfDB(const char* filepath, int flags, int mode) { } hMutex = CreateMutex(NULL, FALSE, mutex_name); - if (hМutex == NULL) { + if (hMutex == NULL) { if (fd < 0) { ::free(ms); } else {