mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fixed warning from MSVC that not all branches return a value.
This commit is contained in:
@@ -83,6 +83,7 @@ chanopt_value (guint8 val)
|
||||
return _("{unset}");
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user