1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

example typo

This commit is contained in:
gabime 2014-11-05 23:46:15 +02:00
parent 017088d01c
commit d0678d8a7e

View File

@ -29,7 +29,7 @@
#include "spdlog/spdlog.h" #include "spdlog/spdlog.h"
int maina(int, char* []) int main(int, char* [])
{ {
namespace spd = spdlog; namespace spd = spdlog;