aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/stlfile.c
diff options
context:
space:
mode:
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;