diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2024-08-23 16:45:58 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2024-08-23 16:45:58 +0000 |
| commit | 54d20d67e2af28d948ce2df13feb039fa10900fc (patch) | |
| tree | 1d3407ade6c6c7443abb8f27fc271de76f06819d /include/bc.h | |
| parent | 898b46e930119f988aa96b8946e4937edbdc1982 (diff) | |
Diffstat (limited to 'include/bc.h')
| -rw-r--r-- | include/bc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bc.h b/include/bc.h index b25df09a174e..2213278be1da 100644 --- a/include/bc.h +++ b/include/bc.h @@ -51,7 +51,7 @@ * @return A status. */ BcStatus -bc_main(int argc, char* argv[]); +bc_main(int argc, const char* argv[]); // These are references to the help text, the library text, and the "filename" // for the library. |
