Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Apr 9, 2019
1 parent d78d4d7 commit 74b2526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msi_rmw_avu/msi_rmw_avu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "irods_ms_plugin.hpp"
#include "rsModAVUMetadata.hpp"

int msiAddAVU(
int msiRmwAVU(
msParam_t* _item_type,
msParam_t* _item_name,
msParam_t* _attr_name,
Expand Down Expand Up @@ -62,13 +62,13 @@ irods::ms_table_entry* plugin_factory() {
msParam_t*,
msParam_t*,
msParam_t*,
ruleExecInfo_t*>("msiAddAVU",
ruleExecInfo_t*>("msiRmwAVU",
std::function<int(
msParam_t*,
msParam_t*,
msParam_t*,
msParam_t*,
msParam_t*,
ruleExecInfo_t*)>(msiAddAVU));
ruleExecInfo_t*)>(msiRmwAVU));
return msvc;
}

0 comments on commit 74b2526

Please sign in to comment.