Skip to content

Commit

Permalink
Corrected syntax in switch statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Feb 12, 2025
1 parent d78bb69 commit 5fa080c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/time_range.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static bool _z_time_range_parse_duration(const _z_str_se_t *bound, double *durat
multiplier = _Z_TIME_RANGE_W_TO_SECS;
len--;
break;
default:
}

// String contains unit only
Expand Down

0 comments on commit 5fa080c

Please sign in to comment.