mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
Add a touch of const
This commit is contained in:
parent
078e81530e
commit
3e93b216dd
@ -73,7 +73,7 @@ void prs_dump_region(char *name, int v, prs_struct *ps,
|
|||||||
XXXX side-effect of this function is to increase the debug depth XXXX
|
XXXX side-effect of this function is to increase the debug depth XXXX
|
||||||
|
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
void prs_debug(prs_struct *ps, int depth, char *desc, char *fn_name)
|
void prs_debug(prs_struct *ps, int depth, const char *desc, char *fn_name)
|
||||||
{
|
{
|
||||||
DEBUG(5+depth, ("%s%06x %s %s\n", tab_depth(depth), ps->data_offset, fn_name, desc));
|
DEBUG(5+depth, ("%s%06x %s %s\n", tab_depth(depth), ps->data_offset, fn_name, desc));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user