Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed May 14, 2020
1 parent b79c822 commit 46e1f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reapi/extra/amxmodx/scripting/include/reapi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ native WeaponIdType:GetGrenadeType(const entityIndex);
* @param viewEntity Entity index
*
*/
native engset_view(const index, const const viewEntity);
native engset_view(const index, const viewEntity);

/*
* Gets the return index of the current view entity on a client.
Expand Down
2 changes: 1 addition & 1 deletion reapi/src/natives/natives_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cell AMX_NATIVE_CALL amx_GetGrenadeType(AMX *amx, cell *params)
* @param index Client index
* @param viewEntity Entity index
*
* native engset_view(const index, const const viewEntity);
* native engset_view(const index, const viewEntity);
*/
cell AMX_NATIVE_CALL amx_engset_view(AMX *amx, cell *params)
{
Expand Down

0 comments on commit 46e1f0b

Please sign in to comment.