diff options
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/wix/WixToolset.Data/Symbols/InifFileActionSymbol.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/wix/WixToolset.Data/Symbols/InifFileActionSymbol.cs b/src/api/wix/WixToolset.Data/Symbols/InifFileActionSymbol.cs index a04567ec..994aa383 100644 --- a/src/api/wix/WixToolset.Data/Symbols/InifFileActionSymbol.cs +++ b/src/api/wix/WixToolset.Data/Symbols/InifFileActionSymbol.cs | |||
| @@ -5,9 +5,9 @@ namespace WixToolset.Data.Symbols | |||
| 5 | public enum IniFileActionType | 5 | public enum IniFileActionType |
| 6 | { | 6 | { |
| 7 | AddLine, | 7 | AddLine, |
| 8 | AddTag, | ||
| 9 | CreateLine, | 8 | CreateLine, |
| 10 | RemoveLine, | 9 | RemoveLine, |
| 10 | AddTag, | ||
| 11 | RemoveTag, | 11 | RemoveTag, |
| 12 | } | 12 | } |
| 13 | } \ No newline at end of file | 13 | } |
