Skip to content
Snippets Groups Projects
Commit 80073aef authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix comment style.

parent 3ee11b1c
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ perl_back_modify(
XPUSHs(sv_2mortal(newSVpv( mods->sm_values[i].bv_val, 0 )));
}
// Fix delete attrib without value.
/* Fix delete attrib without value. */
if ( i == 0) {
XPUSHs(sv_newmortal());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment