diff options
Diffstat (limited to 'source4/script/mkproto.pl')
-rw-r--r-- | source4/script/mkproto.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl index 02291fbb5b0..3c505f64d2f 100644 --- a/source4/script/mkproto.pl +++ b/source4/script/mkproto.pl @@ -34,7 +34,7 @@ sub handle_loadparm { my %tmap = ( "BOOL" => "BOOL ", "CONST_STRING" => "const char *", - "STRING" => "char *", + "STRING" => "const char *", "INTEGER" => "int ", "CHAR" => "char ", "LIST" => "const char **", |