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/dc.h | |
| parent | 898b46e930119f988aa96b8946e4937edbdc1982 (diff) | |
Diffstat (limited to 'include/dc.h')
| -rw-r--r-- | include/dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dc.h b/include/dc.h index 1328f1c63b38..63f5ccbd10e3 100644 --- a/include/dc.h +++ b/include/dc.h @@ -48,7 +48,7 @@ * @return A status. */ BcStatus -dc_main(int argc, char* argv[]); +dc_main(int argc, const char* argv[]); // A reference to the dc help text. extern const char dc_help[]; |
