diff options
Diffstat (limited to 'dpkg.c')
-rw-r--r-- | dpkg.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -79,9 +79,9 @@ static const char *statuswords[][10] = { | |||
79 | "post-inst-failed", "removal-failed", 0 } | 79 | "post-inst-failed", "removal-failed", 0 } |
80 | }; | 80 | }; |
81 | 81 | ||
82 | const int color_white = 0; | 82 | static const int color_white = 0; |
83 | const int color_grey = 1; | 83 | static const int color_grey = 1; |
84 | const int color_black = 2; | 84 | static const int color_black = 2; |
85 | 85 | ||
86 | /* data structures */ | 86 | /* data structures */ |
87 | typedef struct package_s { | 87 | typedef struct package_s { |