]> code.citadel.org Git - citadel.git/blobdiff - textclient/commands.c
Grammar change in the license declaration.
[citadel.git] / textclient / commands.c
index 197fe1a9d58dca65c9759838b33bac880fbdb766..6af74c788ab20c55512a658fc5949025765871b5 100644 (file)
@@ -4,7 +4,7 @@
 // Copyright (c) 1987-2022 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, and/or
-// disclosure are subject to the GNU General Purpose License version 3.
+// disclosure is subject to the GNU General Purpose License version 3.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -1437,7 +1437,7 @@ int fmout(int width,              // screen width to use
                        continue;
                }
 
-               if ( (in_quote) && (*e == '\n') && (enable_color) ) {
+               if ((in_quote) && (*e == '\n') && (enable_color)) {
                        in_quote = 0;
                        scr_printf("\033[22m\033[23m");
                }
@@ -1466,7 +1466,7 @@ int fmout(int width,              // screen width to use
                        continue;
                }
 
-               if ( (*e == '>') && (column <= 1) && (!fpout) && (enable_color) ) {
+               if ((*e == '>') && (column <= 1) && (!fpout) && (enable_color)) {
                        in_quote = 1;
                        scr_printf("\033[2m\033[3m");
                }