Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Aug 27, 2024
1 parent 2c6e334 commit 87b5cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ int main(int argc, char *argv[]) {
// If no GPUs are managed, report an error
if (managedGPUs == 0) {
// Print error message
printf("Can't find GPUs to manage!");
printf("Can't find GPUs to manage!\n");

// Jump to error handling section
goto errored;
Expand Down

0 comments on commit 87b5cfe

Please sign in to comment.