diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-16 22:50:30 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-16 22:50:30 +0200 |
commit | 7be0a763d282475763c11d7b05d1479d7f0a617e (patch) | |
tree | f64d9b9d4b6e6714666dcfa9f7c8a07a4b6dbb40 | |
parent | c41f61369ea55d0c998dfb733b2e74921bca63bf (diff) | |
download | librpm-tizen-7be0a763d282475763c11d7b05d1479d7f0a617e.tar.gz librpm-tizen-7be0a763d282475763c11d7b05d1479d7f0a617e.tar.bz2 librpm-tizen-7be0a763d282475763c11d7b05d1479d7f0a617e.zip |
Lone module-private const .. remove
-rw-r--r-- | python/rpmfd-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfd-py.c b/python/rpmfd-py.c index ffdc29de5..215d1a948 100644 --- a/python/rpmfd-py.c +++ b/python/rpmfd-py.c @@ -41,7 +41,7 @@ typedef struct FDlist_t FDlist; struct FDlist_t { FILE * f; FD_t fd; - const char * note; + char * note; FDlist * next; } ; |