mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 12:13:35 +00:00
Fix a typo in send-presence.c (#144)
This commit is contained in:
parent
ad0b844672
commit
e7f9396807
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
This is a simple example in C of using the rich presence API asyncronously.
|
||||
This is a simple example in C of using the rich presence API asynchronously.
|
||||
*/
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS /* thanks Microsoft */
|
||||
|
|
Loading…
Reference in a new issue