Skip to content

Commit

Permalink
removed unnecessary #ifndef in sndfile_extension_table.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Feb 26, 2024
1 parent 9ba0159 commit 127636f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

#ifndef ROC_SNDIO_SNDFILE_EXTENSION_TABLE_H_
#define ROC_SNDIO_SNDFILE_EXTENSION_TABLE_H_
#ifndef ROC_SNDIO_SNDFILE_FILEMAP_H_
#define ROC_SNDIO_SNDFILE_FILEMAP_H_

#pragma once
#include "sndfile.h"

Expand All @@ -30,5 +29,5 @@ static FileMap file_type_map[5] = { { SF_FORMAT_MAT4, "mat4", NULL },
{ SF_FORMAT_WAV, "wav", "wav" },
{ SF_FORMAT_NIST, "nist", NULL },
{ SF_FORMAT_WAVEX, "wavex", NULL } };
#endif // ROC_SNDIO_SNDFILE_FILEMAP_H_

#endif // ROC_SNDIO_SNDFILE_EXTENSION_TABLE_H_

0 comments on commit 127636f

Please sign in to comment.