mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-12-22 18:05:40 +00:00
Fix a typo in send-presence.c (#144)
This commit is contained in:
parent
ad0b844672
commit
e7f9396807
|
@ -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