Skip to content

Commit

Permalink
Fix header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Aug 19, 2016
1 parent 24e62c4 commit fd31559
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef INCLUDED_VOLK_PREFS_H
#define INCLUDED_VOLK_PREFS_H
#ifndef INCLUDED_VOLK_GNSSSDR_PREFS_H
#define INCLUDED_VOLK_GNSSSDR_PREFS_H

#include <volk_gnsssdr/volk_gnsssdr_common.h>
#include <stdlib.h>
Expand All @@ -50,4 +50,4 @@ VOLK_API size_t volk_gnsssdr_load_preferences(volk_gnsssdr_arch_pref_t **);

__VOLK_DECL_END

#endif /* INCLUDED_VOLK_PREFS_H */
#endif /* INCLUDED_VOLK_GNSSSDR_PREFS_H */

0 comments on commit fd31559

Please sign in to comment.