aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r--archival/dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c
index 07f01501b..508b4297b 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -866,7 +866,7 @@ static void write_status_file(deb_file_t **deb_file)
866 write_flag = TRUE; 866 write_flag = TRUE;
867 fputs("\n", new_status_file); 867 fputs("\n", new_status_file);
868 } 868 }
869 else if (strcmp("config-files", name_hashtable[state_status]) == 0) { 869 else if (strcmp("config-files", name_hashtable[state_status]) == 0) {
870 /* only change the status line */ 870 /* only change the status line */
871 while (1) { 871 while (1) {
872 char *field_name; 872 char *field_name;