Skip to content

Commit

Permalink
[NTOSKRNL]
Browse files Browse the repository at this point in the history
Fix build.
Seriously... GCC, you allow this?!


git-svn-id: file:///srv/svn/reactos/trunk@71032 97493ccd-5924-5043-b1f5-66cb403b36ce
  • Loading branch information
pschweitzer committed Mar 20, 2016
1 parent 4857f25 commit 23ffdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactos/ntoskrnl/cc/pin.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ CcUnpinDataForThread (
return;
}

return CcUnpinData(Bcb);
CcUnpinData(Bcb);
}

/*
Expand Down

0 comments on commit 23ffdfb

Please sign in to comment.