Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 1d98ad3

Browse files
committed
small typo fix
1 parent c8bca4d commit 1d98ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mirai_bot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ namespace Cyan
692692
return result;
693693
}
694694

695-
GroupFile MiraiBot::GetGroupFilById(const GID_t& gid, const string& groupFileId, bool withDownloadInfo)
695+
GroupFile MiraiBot::GetGroupFileById(const GID_t& gid, const string& groupFileId, bool withDownloadInfo)
696696
{
697697
stringstream api_url;
698698
api_url

0 commit comments

Comments
 (0)