diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-06-02 12:34:04 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-06-02 12:34:04 +0200 |
commit | 3019cc502a59a13eaa01c442c779e1e4aba4a887 (patch) | |
tree | 488be080f78b68335e12aa6f7835855cd8905d84 | |
parent | 15c12701e3dacb40aa3a1bead587e9f8fb6433d6 (diff) | |
download | qtlocation-mapboxgl-3019cc502a59a13eaa01c442c779e1e4aba4a887.tar.gz |
typo
-rw-r--r-- | linux/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/main.cpp b/linux/main.cpp index ec4dd49571..25898fab24 100644 --- a/linux/main.cpp +++ b/linux/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) { // read default stylesheet from disk std::ifstream stylefile("./style.min.js"); if (!stylefile.good()) { - fprintf(stder, "Cannot read style file\n"); + fprintf(stderr, "Cannot read style file\n"); return 1; } std::stringstream stylejson; |