add newline after country definition in dumped output
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 23 May 2008 10:54:30 +0000 (12:54 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 23 May 2008 10:54:30 +0000 (12:54 +0200)
daemon/dump.c

index f45ede9..56d078d 100644 (file)
@@ -421,6 +421,7 @@ int main(int argc, char **argv)
                                     country->reg_collection_ptr);
                for (j = 0; j < num_rules; j++)
                        print_reg_rule(db, dblen, rcoll->reg_rule_ptrs[j]);
+               printf("\n");
        }
 
        return 0;