diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index c40a932ec..0c1f541e0 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -712,7 +712,7 @@ static void set_status(const unsigned status_node_num, const char *new_value, co | |||
712 | 712 | ||
713 | static const char *describe_status(int status_num) | 713 | static const char *describe_status(int status_num) |
714 | { | 714 | { |
715 | int status_want, status_state ; | 715 | int status_want, status_state; |
716 | if (status_hashtable[status_num] == NULL || status_hashtable[status_num]->status == 0) | 716 | if (status_hashtable[status_num] == NULL || status_hashtable[status_num]->status == 0) |
717 | return "is not installed or flagged to be installed"; | 717 | return "is not installed or flagged to be installed"; |
718 | 718 | ||