From 3820394099722664327877317f107479656eeb6d Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 2 Mar 2019 20:25:31 +0100 Subject: [PATCH] Fixed example01. --- examples/example01_get_public_timeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example01_get_public_timeline.cpp b/examples/example01_get_public_timeline.cpp index 63e0497..a038525 100644 --- a/examples/example01_get_public_timeline.cpp +++ b/examples/example01_get_public_timeline.cpp @@ -77,7 +77,7 @@ int main(int argc, char *argv[]) #include int main() { - printf("mastodon-cpp was compiled without Easy support.\n"); + std::printf("mastodon-cpp was compiled without Easy support.\n"); return 255; } #endif // WITHOUT_EASY