Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Jun 7, 2024
1 parent 1111f1f commit 66218a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linux/mod_sonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extern "C" {
static const char *SonicStateNames[] = {
"INIT",
"CONNECT",
"WAIT_READY"
"WAIT_READY",
"CONNECTED",
"DISCOVER",
"DISCOVER_MAPPING",
Expand Down

0 comments on commit 66218a3

Please sign in to comment.