]> git.deb.at Git - pkg/abook.git/commitdiff
Very minor cleanup
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 19 Jun 2001 12:11:37 +0000 (12:11 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 19 Jun 2001 12:11:37 +0000 (12:11 +0000)
filter.c

index 15370fbf7d606ae64e6043b5a990e9baf4e77d5d..51985f6aeeed2a372918eee576b7cc82d47979f2 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -1218,14 +1218,8 @@ text_write_address_eu(FILE *out, int i) {
 
                if(database[i][CITY])
                        fprintf(out, "%s", database[i][CITY]);
-               /*
-               fprintf(out, "\n%s %s",
-                               safe_str(database[i][ZIP]),
-                               safe_str(database[i] [CITY]));
-                               */
        }
        
-
        if (database[i][STATE])
                fprintf(out, "\n%s", database[i][STATE]);