diff options
author | Max Kellermann <max@duempel.org> | 2011-10-10 09:05:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-10 10:13:43 +0200 |
commit | 2c38d19af27ad001876b606950efc0598dd067fb (patch) | |
tree | 730aa53c874598d8d1c0441481edbfd00b09baa1 /src/audio_check.h | |
parent | 311e627463a17a499a88b50af2404e955115675b (diff) | |
download | mpd-2c38d19af27ad001876b606950efc0598dd067fb.tar.gz mpd-2c38d19af27ad001876b606950efc0598dd067fb.tar.xz mpd-2c38d19af27ad001876b606950efc0598dd067fb.zip |
audio_format: add function attributes
For better optimization.
Diffstat (limited to '')
-rw-r--r-- | src/audio_check.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_check.h b/src/audio_check.h index 1d0bc1ded..9f71cf9c0 100644 --- a/src/audio_check.h +++ b/src/audio_check.h @@ -28,6 +28,7 @@ /** * The GLib quark used for errors reported by this library. */ +G_GNUC_CONST static inline GQuark audio_format_quark(void) { |