Skip to content

Commit

Permalink
Removing exclamation point
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Oct 16, 2024
1 parent 031a27f commit 4adc3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apex/apex_preload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int apex_preload_main(int argc, char** argv, char** envp) {
} else {
fputs("apex: executing ", stderr);
fputs(argv[0], stderr);
fputs("!\n", stderr);
fputs("\n", stderr);
apex::init("APEX Preload", 0, 1);
const std::string timerName{__APEX_FUNCTION__};
auto t = apex::new_task(timerName);
Expand Down

0 comments on commit 4adc3ed

Please sign in to comment.