]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/langprintf.c
Merge changes from CUPS 1.4svn-r8639.
[thirdparty/cups.git] / cups / langprintf.c
index 0b4420f7b9f14d8c20481610e3d546705373053f..d8816df0a39da2c9705e99fae49e49515b7a18e4 100644 (file)
@@ -73,7 +73,7 @@ _cupsLangPrintError(const char *message)/* I - Message */
   * Format the message...
   */
 
-  snprintf(buffer, sizeof(buffer), "%s: %s",
+  snprintf(buffer, sizeof(buffer), "%s: %s\n",
           _cupsLangString(cg->lang_default, message), strerror(last_errno));
 
  /*