Skip to content

Commit 4190d91

Browse files
committed
fix typo, add declaration
1 parent aeb26a2 commit 4190d91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/transparent-handles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ and available to the consumer)?
6565
int
6666
main(void)
6767
{
68+
struct ml_hndl *h;
69+
6870
/* ... */
6971

70-
print_debug("[Debug] handle ID: %d\n", h->md_id);
72+
print_debug("[Debug] handle ID: %d\n", h->ml_id);
7173

7274
/* ... */
7375
}

0 commit comments

Comments
 (0)