diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-07-27 20:32:00 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-07-27 20:32:00 +0000 |
| commit | a0de7d964dc4d7ae0d3c280d5f9463e63c964ae9 (patch) | |
| tree | 603a16297fd3285e5c16b6e219cb320a56c2fb1c /src/sp-factory.cpp | |
| parent | Translations. Fix make check (Bad markup found in translations) (diff) | |
| download | inkscape-a0de7d964dc4d7ae0d3c280d5f9463e63c964ae9.tar.gz inkscape-a0de7d964dc4d7ae0d3c280d5f9463e63c964ae9.zip | |
\n
(bzr r14266)
Diffstat (limited to 'src/sp-factory.cpp')
| -rw-r--r-- | src/sp-factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-factory.cpp b/src/sp-factory.cpp index 55e673c4a..84329eaaf 100644 --- a/src/sp-factory.cpp +++ b/src/sp-factory.cpp @@ -297,7 +297,7 @@ SPObject *SPFactory::createObject(std::string const& id) else if (id.empty()) // comments {} else { - fprintf(stderr, "WARNING: unknown type: %s", id.c_str()); + fprintf(stderr, "WARNING: unknown type: %s\n", id.c_str()); } return ret; |
