Commit 351c2f14 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a sign mismatch on comparison

parent bf096f29
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "my_time.h" #include "my_time.h"
static uint my_max_usec_value[7] static const int my_max_usec_value[7]
{ {
0, 0,
900000, 900000,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment