diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-03-08 22:41:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-03-08 22:41:37 +0000 |
commit | 9edfd06f3a609ff6a6c87e3d7bea4e1728eea474 (patch) | |
tree | c2ef0821e68f435613d8320238cbe6ea65d6b492 /src/state.c | |
parent | 282fa7725993c9b0b0d2bb0977c124f11abea1fd (diff) |
Fixed prototype of SetNeededPasses()
Diffstat (limited to 'src/state.c')
-rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index da2f3c8..c92811d 100644 --- a/src/state.c +++ b/src/state.c @@ -86,7 +86,7 @@ int IsIntermediatePass(void) } -int SetNeededPasses(int n) +void SetNeededPasses(int n) { if (!IsFinalPass()) { |