1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 15:03:14 +00:00

Fix header guard for consistency

This commit is contained in:
Carles Fernandez 2018-03-27 21:16:16 +02:00
parent dccbb026a1
commit 2a63afd1e9

View File

@ -16,8 +16,8 @@
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef VOLK_VOLK_OPTION_HELPERS_H
#define VOLK_VOLK_OPTION_HELPERS_H
#ifndef VOLK_GNSSSDR_OPTION_HELPERS_H
#define VOLK_GNSSSDR_OPTION_HELPERS_H
#include <climits>
#include <cstring>
@ -71,4 +71,4 @@ private:
};
#endif //VOLK_VOLK_OPTION_HELPERS_H
#endif //VOLK_GNSSSDR_OPTION_HELPERS_H