X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Ffty_generic.c;h=3e7a575a262304f34cd6a6e77a4e8865625fb6d2;hp=6ab5ed7771937d6c70a8ec28d8c2462ed65acf50;hb=03f728e5bb3630a54fffc4a2ff2f8dbfcce9088e;hpb=f5da57ad7eb397b1001e2fca9cb0e278a6564716 diff --git a/form/fty_generic.c b/form/fty_generic.c index 6ab5ed77..3e7a575a 100644 --- a/form/fty_generic.c +++ b/form/fty_generic.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2008,2009 Free Software Foundation, Inc. * + * Copyright (c) 2008-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,7 +34,7 @@ #include "form.priv.h" -MODULE_ID("$Id: fty_generic.c,v 1.4 2009/11/07 20:42:38 tom Exp $") +MODULE_ID("$Id: fty_generic.c,v 1.5 2010/01/23 21:14:36 tom Exp $") /* * This is not a full implementation of a field type, but adds some @@ -288,7 +288,10 @@ _nc_form_cursor(const FORM *form, int *pRow, int *pCol) #else extern void _nc_fty_generic(void); -void _nc_fty_generic(void) { } +void +_nc_fty_generic(void) +{ +} #endif /* fty_generic.c ends here */