diff options
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) { |