Skip to content

Commit b5b36d2

Browse files
mfulblavarou
authored andcommitted
change temp to test - need to figure out how to make it const
1 parent 8614296 commit b5b36d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axiom/nr_php_packages.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static inline const char* nr_php_package_source_priority_to_string(const nr_php_
3737
}
3838

3939
void nr_php_packages_set_known(nr_php_packages_t* pkgs,
40-
const nr_hashmap_t* known) {
40+
nr_hashmap_t* known) { /* should be CONST */
4141
if (NULL == pkgs || NULL == known) {
4242
return;
4343
}

0 commit comments

Comments
 (0)