Skip to content
Snippets Groups Projects
Commit 3ca2c14f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix Clang warnings.

parent 9aff62df
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2866 passed
......@@ -94,7 +94,7 @@ char sbbs_t::putmsgfrag(const char* buf, long& mode, long org_cols, JSObject* ob
long col = column;
ulong l=0;
uint lines_printed = 0;
struct mouse_hotspot hot_spot = {0};
struct mouse_hotspot hot_spot = {};
hot_attr = 0;
hungry_hotspots = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment