From 2527af13f1d7b5db64939bf4ee3eebfb529cfc0c Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 24 Jun 2016 01:28:52 -0500 Subject: [PATCH] Missed a once in pragma once. --- src/_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_types.hpp b/src/_types.hpp index bf1e89cfe..c28b0ed1c 100644 --- a/src/_types.hpp +++ b/src/_types.hpp @@ -5,7 +5,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#pragma +#pragma once #define offsetof(st, m) ((size_t)(&((st *)0)->m))