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

Jörg Sommer joerg at alea.gnuu.de
Mon Jun 16 15:48:29 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit 4e2ba8d21d7cbc14a3713636df0231909d02b8f8
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