Missed a once in pragma once.

This commit is contained in:
2016-06-24 01:28:52 -05:00
parent a98df4646b
commit 2527af13f1
+1 -1
View File
@@ -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))