diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-09-01 20:29:30 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-09-01 20:29:30 +0300 |
commit | 52e0467126942d67e971f2ee09e4d7d7ddb275c5 (patch) | |
tree | 7404be803f900edae162f30e0b3d0a9215dd18a5 /plugins | |
parent | dbea7fa32e1eb0b69a24a10d6edc4265861e083d (diff) | |
download | librpm-tizen-52e0467126942d67e971f2ee09e4d7d7ddb275c5.tar.gz librpm-tizen-52e0467126942d67e971f2ee09e4d7d7ddb275c5.tar.bz2 librpm-tizen-52e0467126942d67e971f2ee09e4d7d7ddb275c5.zip |
Fix up one strict-prototype warning that has crept in meantime
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sepolicy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sepolicy.c b/plugins/sepolicy.c index b0c07a299..a4aecc3c2 100644 --- a/plugins/sepolicy.c +++ b/plugins/sepolicy.c @@ -522,7 +522,7 @@ static rpmRC sepolRelabelFiles(void) return rc; } -static rpmRC sepolGo() +static rpmRC sepolGo(void) { semanage_handle_t *sh; int existingPolicy; |