fdisk: aix: fix warning

Fixes:
 warning: no previous prototype for ‘aix_nolabel’

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
This commit is contained in:
Davidlohr Bueso 2012-08-08 13:48:28 +02:00 committed by Karel Zak
parent 7fc12cd276
commit 109896c36b
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ aix_info( void ) {
);
}
void
aix_nolabel(struct fdisk_context *cxt)
static void aix_nolabel(struct fdisk_context *cxt)
{
struct aix_partition *aixlabel = (struct aix_partition *) cxt->firstsector;