diff options
Diffstat (limited to 'lib/manifest.h')
-rw-r--r-- | lib/manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.h b/lib/manifest.h index 5c5c51599..6ca4429c9 100644 --- a/lib/manifest.h +++ b/lib/manifest.h @@ -25,7 +25,7 @@ char * rpmPermsString(int mode) * @retval argvPtr args themselves */ int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr) - /*@modifies fd, *argcPtr, *argvPtr @*/; + /*@modifies fd, *argcPtr, *argvPtr, fileSystem @*/; #ifdef __cplusplus } |