Skip to content

Commit

Permalink
tools/opensnoop: Fix compilation problem
Browse files Browse the repository at this point in the history
Fix stupid bug introduced by myself.

Signed-off-by: Mauricio Vásquez <[email protected]>
  • Loading branch information
mauriciovasquezbernal authored and yonghong-song committed Jun 8, 2020
1 parent 005664b commit 8cd2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/opensnoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
events.perf_submit(ctx, &data, sizeof(data));
return 0:
return 0;
}
"""

Expand Down

0 comments on commit 8cd2717

Please sign in to comment.