Fix issue introduced by the synchronization with coding style.

This commit is contained in:
nekral-guest
2011-11-06 19:06:37 +00:00
parent 1c619c768d
commit 4a5447d4d7
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@
+ (void) textdomain (PACKAGE);
+
+ Prog = Basename (argv[0]);
+ if (strcmp (Prog, "cpgr") != 0) {
+ if (strcmp (Prog, "cpgr") == 0) {
+ do_cppw = false;
+ }
+