Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSn0w authored Apr 2, 2018
1 parent c02eeec commit ff51eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hspGuard.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kern_return_t check_SIP_status(){
}
pclose(fork_process);
printf("[hspGuard] INFO: ");
printf("%s", &sip_status);
printf("%s", sip_status);
return KERN_SUCCESS;
}
//I will make these a single function.
Expand Down

0 comments on commit ff51eaa

Please sign in to comment.