diff --git a/.gitignore b/.gitignore
index d622c7ceba259e04d4a2e8c2ee4c91de45e13187..66d40426a4b715ec6bceb934219dff612ea2f011 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
.build
build
/gmni
-gmnlm
+cgmnlm
*.1
*.o
*.a
diff --git a/cgmnlm b/cgmnlm
deleted file mode 100755
index a7237df4a6c75847b8bfaee4dc4d1df687975936..0000000000000000000000000000000000000000
Binary files a/cgmnlm and /dev/null differ
diff --git a/src/cgmnlm.c b/src/cgmnlm.c
index cb0bc10b924eb6afa057d41158815b133fd9372f..60b275d1f8b8425206dd7000a221d60c7473ddff 100644
--- a/src/cgmnlm.c
+++ b/src/cgmnlm.c
@@ -897,7 +897,7 @@ char *end = NULL;
if (browser->meta && (end = strchr(resp->meta, ';')) != NULL) {
*end = 0;
}
- snprintf(prompt, sizeof(prompt), "\n%s at %s\n"
+ snprintf(prompt, sizeof(prompt), "%s at %s\n"
"[Enter]: read more; %s[N]: follow Nth link; %s%s[q]uit; [?]; or type a URL\n"
"(more) => ", resp->meta, browser->plain_url,
browser->searching ? "[n]ext result; " : "",