Fixed example01.
the build was successful Details

This commit is contained in:
tastytea 2019-03-02 20:25:31 +01:00
parent 5fa7887fb1
commit 3820394099
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ int main(int argc, char *argv[])
#include <cstdio> #include <cstdio>
int main() int main()
{ {
printf("mastodon-cpp was compiled without Easy support.\n"); std::printf("mastodon-cpp was compiled without Easy support.\n");
return 255; return 255;
} }
#endif // WITHOUT_EASY #endif // WITHOUT_EASY