summaryrefslogtreecommitdiff
path: root/src/file-manager
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-07-06 21:22:18 +0200
committerraveit65 <[email protected]>2022-07-21 19:33:17 +0200
commit0f5a28c1d4f5da7fe8d30f1c763809342d69fe7b (patch)
treed82d8392473ba1a29a08e85a6d54b52460bfe9f7 /src/file-manager
parent154bb72e8eccf6b2813152c7a5e235726c884283 (diff)
downloadcaja-0f5a28c1d4f5da7fe8d30f1c763809342d69fe7b.tar.bz2
caja-0f5a28c1d4f5da7fe8d30f1c763809342d69fe7b.tar.xz
Guard block is missing
Diffstat (limited to 'src/file-manager')
-rw-r--r--src/file-manager/caja-audio-mime-types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/file-manager/caja-audio-mime-types.h b/src/file-manager/caja-audio-mime-types.h
index 7b3d516c..998fc4ba 100644
--- a/src/file-manager/caja-audio-mime-types.h
+++ b/src/file-manager/caja-audio-mime-types.h
@@ -1,4 +1,7 @@
/* See https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html?gi-language=c#table-of-audio-types */
+#ifndef __CAJA_AUDIO_MIME_TYPES_H__
+#define __CAJA_AUDIO_MIME_TYPES_H__
+
static const char* audio_mime_types[] =
{
"audio/3gpp",
@@ -43,3 +46,6 @@ static const char* audio_mime_types[] =
"audio/x-xm",
"application/x-flac",
};
+
+#endif /* __CAJA_AUDIO_MIME_TYPES_H__ */
+