mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2025-12-21 21:36:18 +01: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 */
|
#define _CRT_SECURE_NO_WARNINGS /* thanks Microsoft */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue