X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=payloads%2Flibpayload%2Fcurses%2Fform%2Ffld_ftlink.c;h=aa5862f9491baf4d77be3245c9468de503705483;hp=c2cd251f42a7da79380b632da471c392a1ce23c9;hb=e11835e2995d130890ca9f45cb3e304f2ea3a6a9;hpb=dd6906328904309e4d93e4bcb04a6cfa3646f29d diff --git a/payloads/libpayload/curses/form/fld_ftlink.c b/payloads/libpayload/curses/form/fld_ftlink.c index c2cd251f4..aa5862f94 100644 --- a/payloads/libpayload/curses/form/fld_ftlink.c +++ b/payloads/libpayload/curses/form/fld_ftlink.c @@ -35,14 +35,14 @@ MODULE_ID("$Id: fld_ftlink.c,v 1.14 2010/01/23 21:14:35 tom Exp $") /*--------------------------------------------------------------------------- -| Facility : libnform +| Facility : libnform | Function : FIELDTYPE *link_fieldtype( | FIELDTYPE *type1, | FIELDTYPE *type2) -| +| | Description : Create a new fieldtype built from the two given types. | They are connected by an logical 'OR'. -| If an error occurs, errno is set to +| If an error occurs, errno is set to | E_BAD_ARGUMENT - invalid arguments | E_SYSTEM_ERROR - system error (no memory) |