diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h index 6ce9da7..0ebdce5 100644 --- a/src/state.h +++ b/src/state.h @@ -69,7 +69,7 @@ int IsIntermediatePass(void); /* Set number of passes needed. This works while IsFinalPass() returns FALSE. */ -int SetNeededPasses(int n); +void SetNeededPasses(int n); /* Set the current PC |