Skip to content

Commit

Permalink
Update class_userinfo.dita
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora committed Oct 13, 2023
1 parent fad1606 commit 7b8edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_userinfo.dita
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
char userAccount[MAX_USER_ACCOUNT_LENGTH];
UserInfo()
: uid(0) {
userAccount[0] = '\0';
userAccount[0] = '\0';
}
};</codeblock>
<codeblock props="bp" outputclass="language-cpp">USTRUCT(BlueprintType)
Expand Down

0 comments on commit 7b8edad

Please sign in to comment.