Fix a typo in send-presence.c

This commit is contained in:
Felix Yan 2018-03-14 07:24:33 +08:00 committed by GitHub
parent ad0b844672
commit f05a7a12f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */