From e5113373998003f6858abe5074a8c2c57f8a5dad Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Sun, 3 Oct 2010 07:00:25 -0400 Subject: [PATCH] rosh: In main, use string macro directly --- com32/rosh/rosh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c index 7f08673..e8c29fa 100644 --- a/com32/rosh/rosh.c +++ b/com32/rosh/rosh.c @@ -1344,6 +1344,6 @@ int main(int argc, char *argv[]) print_beta(); } rv = rosh_prompt(argc, argv); - printf("--Exiting '%s'\n", APP_NAME); + printf("--Exiting '" APP_NAME "'\n"); return rv; } -- 2.7.4