summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-03-26 19:22:51 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commitebe80a600674be95eedd30d3ccb70ca2171b8d40 (patch)
tree9b7c2538f1e042e664bddfd9a6f0cfbcc2f1eb2b /src
parentDon't add toggle for jdenticon if the plugin can't be found (diff)
downloadnheko-ebe80a600674be95eedd30d3ccb70ca2171b8d40.tar.xz
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/CacheStructs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h

index 4a5c5c76..5f4d392a 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -93,7 +93,7 @@ to_json(nlohmann::json &j, const RoomInfo &info); void from_json(const nlohmann::json &j, RoomInfo &info); -//! Basic information per member; +//! Basic information per member. struct MemberInfo { std::string name;