Skip to content

Commit

Permalink
Drop return at end of function returning void
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Apr 8, 2024
1 parent 56d7622 commit 4cf8c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Row.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ void Row_printKBytes(RichString* str, unsigned long long number, bool coloring)
color = CRT_colors[PROCESS_SHADOW];

RichString_appendAscii(str, color, " N/A ");
return;
}

void Row_printBytes(RichString* str, unsigned long long number, bool coloring) {
Expand Down

0 comments on commit 4cf8c98

Please sign in to comment.