diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-09-16 23:34:25 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-09-16 23:34:25 +0000 |
commit | 078f2aa860cc0e0063dd6b4e8ff6ca1cbf5fd45b (patch) | |
tree | a7f70bb0783cb94639bd8b58f00e160898d2af5a /polyp/log.h | |
parent | 19294e4b388571ba45162b3704f8aacd38e72158 (diff) |
gcc 2.95 compatibility, take 2
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@208 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/log.h')
-rw-r--r-- | polyp/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/log.h b/polyp/log.h index 1f2c74ef..46a86491 100644 --- a/polyp/log.h +++ b/polyp/log.h @@ -6,7 +6,7 @@ enum pa_log_target { PA_LOG_SYSLOG, PA_LOG_STDERR, - PA_LOG_USER, + PA_LOG_USER }; void pa_log_set_ident(const char *p); |