From b71c668c577f7780362f7ea632895c11e3760d66 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Jul 2007 15:08:09 +0000 Subject: style fix (stray space before ';') --- archival/dpkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/dpkg.c') 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 static const char *describe_status(int status_num) { - int status_want, status_state ; + int status_want, status_state; if (status_hashtable[status_num] == NULL || status_hashtable[status_num]->status == 0) return "is not installed or flagged to be installed"; -- cgit v1.2.3