diff options
Diffstat (limited to 'python/rpmfd-py.c')
-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; } ; |