[liblouis-liblouisxml] [liblouis] r572 committed - Fixed a minor code formating problem

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 17 Apr 2012 07:47:06 +0000

Revision: 572
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Tue Apr 17 00:46:44 2012
Log:      Fixed a minor code formating problem

http://code.google.com/p/liblouis/source/detail?r=572

Modified:
 /trunk/tools/lou_allround.c

=======================================
--- /trunk/tools/lou_allround.c Mon Apr 16 06:02:10 2012
+++ /trunk/tools/lou_allround.c Tue Apr 17 00:46:44 2012
@@ -418,7 +418,8 @@
                printf ("\n");
                if (showSizes)
                  printf ("input length = %d; output length = %d\n",
-                         translen, outlen);            if (cursorPos != -1)
+                         translen, outlen);
+               if (cursorPos != -1)
                  printf ("Cursor position: %d\n", cursorPos);
                if (enteredEmphasis[0])
                  printf ("Returned emphasis: %s\n", emphasis);
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r572 committed - Fixed a minor code formating problem - liblouis