diff --git a/src/pv/state.c b/src/pv/state.c index 5bc6cd7..52840b7 100644 --- a/src/pv/state.c +++ b/src/pv/state.c @@ -238,7 +238,7 @@ pvstate_t pv_state_alloc(void) if (!buffer_too_small) break; } -#endif /* HAVE_GETCWD */ +#endif /* HAVE_GETCWD */ return state; }