Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wynyibo committed Oct 10, 2024
1 parent 33932f0 commit ccfe543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagicEyes/src/backend/net/net_watcher/src/net_watcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ void print_top_5_keys()
}
}
printf("----------------------------\n");
// 打印前 5 个元素

printf("Top 5 Keys:\n");
for (int i = 0; i < 5 && i < index; i++)
{
Expand Down

0 comments on commit ccfe543

Please sign in to comment.