diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-10 20:22:20 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-10 20:22:20 +0100 |
| commit | f6f4734fee4fb253bc7c16410790e97955a72a1e (patch) | |
| tree | 6cf95d8e8316b38c8ea89ef6cf37406f8aa25854 /src/main.cpp | |
| parent | f9039510167c50e0a86e4c25fad5aa08aca24bf0 (diff) | |
Re-add `break`.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index bf91a0889..59bed1e54 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2532,6 +2532,7 @@ int main(int arg_count, char const **arg_ptr) { if (str == build_context.microarch) { // Found matching microarch print_microarch_list = false; + break; } } } |