diff options
Diffstat (limited to 'build/build.c')
-rw-r--r-- | build/build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.c b/build/build.c index 58b78b546..e4bf1cee9 100644 --- a/build/build.c +++ b/build/build.c @@ -48,7 +48,7 @@ static void doRmSource(rpmSpec spec) /* * @todo Single use by %%doc in files.c prevents static. */ -int doScript(rpmSpec spec, int what, const char *name, StringBuf sb, int test) +int doScript(rpmSpec spec, rpmBuildFlags what, const char *name, StringBuf sb, int test) { const char * rootURL = spec->rootURL; const char * rootDir; |