aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 0a1e349..b295a3a 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -123,7 +123,7 @@ int rpmError_callback() {
static int rpm_codeset_is_utf8 = 0;
-struct s_backup {
+static struct s_backup {
char *ptr;
char chr;
} char_backups[32];