diff --git a/tools/qflight/source/entities.c b/tools/qflight/source/entities.c index d01b7c545..291f7915b 100644 --- a/tools/qflight/source/entities.c +++ b/tools/qflight/source/entities.c @@ -365,7 +365,6 @@ FindEntityWithKeyPair (const char *key, const char *value) break; if (!strcmp (val, value)) return ent; - break; } return 0; }