Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Mar 20, 2024
1 parent 89793da commit 66ed37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ca65todoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
if proc_name[0] == '_':
def_proc = False
else:
line_out = "## " + proc_name + '\n'
line_out = "---\n" + "## " + proc_name + '\n'

elif inst[0] == '.struct':
def_struct = True
Expand Down

0 comments on commit 66ed37c

Please sign in to comment.