From c81ec9ef51bb0b0d5363bbd1434bb3f75263f451 Mon Sep 17 00:00:00 2001 From: "Frank Singleton, VK3FCS" Date: Sat, 14 Oct 2000 03:55:26 +0000 Subject: [PATCH] minor fixes git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@214 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- ft747/ft747.c | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/ft747/ft747.c b/ft747/ft747.c index 6d758b2a8..5d4dfc96c 100644 --- a/ft747/ft747.c +++ b/ft747/ft747.c @@ -7,7 +7,7 @@ * box (FIF-232C) or similar * * - * $Id: ft747.c,v 1.17 2000-10-09 01:17:19 javabear Exp $ + * $Id: ft747.c,v 1.18 2000-10-14 03:55:26 javabear Exp $ * * * This program is free software; you can redistribute it and/or @@ -26,10 +26,6 @@ * */ - - - - #include #include /* Standard input/output definitions */ #include /* String function definitions */ @@ -634,13 +630,10 @@ void ft747_cmd_get_update_store(int fd, unsigned char *buffer) { /* * init_ft747 is called by rig_backend_load */ -int init_ft747(void *be_handle) -{ - rig_debug(RIG_DEBUG_VERBOSE, "ft747: _init called\n"); - - rig_register(&ft747_caps); - - return RIG_OK; +int init_ft747(void *be_handle) { + rig_debug(RIG_DEBUG_VERBOSE, "ft747: _init called\n"); + rig_register(&ft747_caps); + return RIG_OK; }