Skip to content

Commit

Permalink
Forgot semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-rogers committed Sep 5, 2024
1 parent 2ae3833 commit 5e05b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ bool jsd_init(jsd_t* self, const char* ifname, uint8_t enable_autorecovery, int
WARNING("Failed OP transition attempt %d of %d", attempt,
JSD_PO2OP_MAX_ATTEMPTS);

WARNING("Performing inspect context in jsd init.")
WARNING("Performing inspect context in jsd init.");
jsd_inspect_context(self);

if (attempt >= JSD_PO2OP_MAX_ATTEMPTS) {
Expand Down

0 comments on commit 5e05b35

Please sign in to comment.