diff options
author | ewt <devnull@localhost> | 1998-03-04 16:52:59 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-03-04 16:52:59 +0000 |
commit | 4786aaf0660172b5778e4cc6197f0be6cb7b8118 (patch) | |
tree | 14cea63529116f5a52394b2e60340531c270ec0b /rpmio | |
parent | 619bdbe02e1b693afffe29226114c4cccc9e1d6b (diff) | |
download | librpm-tizen-4786aaf0660172b5778e4cc6197f0be6cb7b8118.tar.gz librpm-tizen-4786aaf0660172b5778e4cc6197f0be6cb7b8118.tar.bz2 librpm-tizen-4786aaf0660172b5778e4cc6197f0be6cb7b8118.zip |
1) header file cleanups
2) use new dependency scheme
3) changed " #if" to "# if"
CVS patchset: 2024
CVS date: 1998/03/04 16:52:59
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/messages.c b/rpmio/messages.c index 8645d20e0..d8105475d 100644 --- a/rpmio/messages.c +++ b/rpmio/messages.c @@ -6,7 +6,7 @@ #include "rpmlib.h" #include "intl.h" -static minLevel = RPMMESS_NORMAL; +static int minLevel = RPMMESS_NORMAL; void rpmIncreaseVerbosity(void) { minLevel--; |