1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r7167: fix the build

metze
(This used to be commit 978f49ced5690cda672ba7882fbddc77a3997793)
This commit is contained in:
Stefan Metzmacher 2005-06-01 16:23:54 +00:00 committed by Gerald (Jerry) Carter
parent e4a505192d
commit c791da9a51

View File

@ -239,7 +239,7 @@ my $aliases = {
"char" => "uint8",
"long" => "int32",
"short" => "int16",
"hyper" => "HYPER_T"
"HYPER_T" => "hyper"
};
sub RegisterAliases()