Skip to content

Commit 80fdbdd

Browse files
use const qualifier for const variable
Co-authored-by: bduranleau-nr <[email protected]>
1 parent 7fd363e commit 80fdbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/lib_composer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static void nr_execute_handle_autoload_composer_get_packages_information(
8888
}
8989

9090
// clang-format off
91-
char* getallrawdata
91+
const char* getallrawdata
9292
= ""
9393
"(function() {"
9494
" try {"

0 commit comments

Comments
 (0)