X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fboot-maker%2Fmain.c;h=721efaec6f3bcc3a9a3766ed05077eadd4b59dc0;hb=1ddb3009c3202fea8df591eb2965143537a698a0;hp=2dc16e101ec263042597be4c670c6010ff0c9cf9;hpb=ba1e3143290b57ce32471179c817680a8e9f82cc;p=h316.git diff --git a/pc-tools/boot-maker/main.c b/pc-tools/boot-maker/main.c index 2dc16e1..721efae 100644 --- a/pc-tools/boot-maker/main.c +++ b/pc-tools/boot-maker/main.c @@ -54,7 +54,7 @@ void prepare_3(unsigned short * mem){ int main(){ unsigned short memory[0100]; - prepare_3(memory); + prepare_2(memory); output(memory); return 0; }