C1413: Illegal label-redeclaration

[ERROR]

Description

The label was defined more than once.

Example
  Label:

  
  ...

  
  Label:  // label redefined

  
Tips

Choose another name for the label.