diff options
| -rw-r--r-- | src/pulsecore/time-smoother.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/pulsecore/time-smoother.c b/src/pulsecore/time-smoother.c index 1289f2b6..d6c37878 100644 --- a/src/pulsecore/time-smoother.c +++ b/src/pulsecore/time-smoother.c @@ -515,7 +515,7 @@ void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, pa_bool_t paused)      s->paused = paused;      s->time_offset = s->pause_time = time_offset; -    /* #ifdef DEBUG_DATA */ +#ifdef DEBUG_DATA      pa_log_debug("reset()"); -/* #endif */ +#endif  } | 
