[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-fixes, updated. 3bb27317d2e41070ee40080b18e63f569c2ac79e

Jörg Sommer joerg at alea.gnuu.de
Thu May 29 19:51:21 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit 59bf16d5b70328eaeffec176ea37a3674a0f9116
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu May 29 18:23:27 2008 +0200

    Join three fprintf calls into one
    
    This is more efficient.

diff --git a/src/main.c b/src/main.c
index 4aca89a..894c0a8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -206,9 +206,10 @@ char **_Jed_Startup_Argv;
 
 static void script_usage (void)
 {
-   fprintf (stderr, "Running jed in script mode requires one of the following forms:\n");
-   fprintf (stderr, "Usage: jed-script SCRIPT_FILE [args...]\n");
-   fprintf (stderr, "Usage: jed --script SCRIPT_FILE [args...]\n");
+   fprintf (stderr,
+            "Running jed in script mode requires one of the following forms:\n"
+            "Usage: jed-script SCRIPT_FILE [args...]\n"
+            "Usage: jed --script SCRIPT_FILE [args...]\n");
 }
 
 static int main_initialize (int argc, char **argv)

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list