aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/stlfile.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-19 00:53:18 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-19 00:53:18 +0200
commit64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3 (patch)
tree764a267e5d7e07fcbf84aea4de93f4a5ca8d7d5e /service/src/stlfile.c
parent452885a387b3a1613defa378cee79eb97e7b4fc8 (diff)
downloadenowars5-service-stldoctor-64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3.tar.gz
enowars5-service-stldoctor-64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3.zip
enhanced checker functionality and minor changes / fixes in documentation and src
Diffstat (limited to 'service/src/stlfile.c')
-rw-r--r--service/src/stlfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/stlfile.c b/service/src/stlfile.c
index d1d1d7a..7b691d0 100644
--- a/service/src/stlfile.c
+++ b/service/src/stlfile.c
@@ -282,7 +282,7 @@ parse_file(struct parseinfo *info, char *buf, size_t len)
if (!info->solidname) info->solidname = checkp(strdup(""));
if (!info->modelname) {
- resp = ask("Please enter your model name:\n");
+ resp = ask("Please enter your model name: ");
if (strlen(resp) < 4) {
fprintf(stderr, "Model name is too short!\n");
return FAIL;