summaryrefslogtreecommitdiff
path: root/examples/gptneox-wip/gptneox-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gptneox-wip/gptneox-main.cpp')
-rw-r--r--examples/gptneox-wip/gptneox-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gptneox-wip/gptneox-main.cpp b/examples/gptneox-wip/gptneox-main.cpp
index b6cc46c5..55eba0cd 100644
--- a/examples/gptneox-wip/gptneox-main.cpp
+++ b/examples/gptneox-wip/gptneox-main.cpp
@@ -925,7 +925,7 @@ int main(int argc, char ** argv) {
gpt_params params;
- if (gpt_params_parse(argc, argv, params) == false) {
+ if (!gpt_params_parse(argc, argv, params)) {
return 1;
}