Skip to content

Commit

Permalink
文法修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 18, 2024
1 parent f2f6074 commit fafa3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JJYReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ time_t JJYReceiver::getTime() {
received_time = globaltime;
break;
default:
return -1;
return received_time;
}
return received_time;
}
Expand Down

0 comments on commit fafa3c6

Please sign in to comment.