Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Subsystems/cmdGui/CHeaderParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ def get_file_list(filename='CHeaderParser-hdr-paths.txt'):
# Now that we know the struct is over, add list of lines
# to the sets of command structures
list_cmd_structs.append(lines_of_struct)

# Advance past the closing brace line so the
# outer loop does not reprocess it (fixes #219)
line_num += 1
break

# Add line number to list
Expand Down