Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / seq-points-data.h
index babdea43c861f9efa0580747ec19822f0a90ff0f..7b24b999621b569360131c697b0f10ad2faa374b 100644 (file)
@@ -1,5 +1,7 @@
-/*
+/**
+ * \file
  * Copyright 2015 Xamarin Inc
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
  
 #ifndef __MONO_SEQ_POINTS_DATA_H__
@@ -28,7 +30,7 @@ typedef struct {
 } SeqPoint;
 
 typedef struct MonoSeqPointInfo {
-       int dummy[0];
+       int dummy [1];
 } MonoSeqPointInfo;
 
 typedef struct {