Skip to content

Commit f8bb46d

Browse files
committed
Fix code typo
1 parent 94cb5b5 commit f8bb46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class Dashboard(gdb.Command):
676676
def create_command(name, invoke, doc, is_prefix, complete=None):
677677
if callable(complete):
678678
Class = type('', (gdb.Command,), {
679-
'__doc__': doc
679+
'__doc__': doc,
680680
'invoke': invoke,
681681
'complete': complete
682682
})

0 commit comments

Comments
 (0)