diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:25:36 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:25:36 -0500 |
commit | 913fc3cf402788ec671102f76ad27dc9436be6f6 (patch) | |
tree | 5d54da369fc54aaee1f7264af2f5df725071d503 /instr-daemon.c | |
parent | 82927b8dfa40fbe1964bb9180714291114b0e204 (diff) |
astyle fixes
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index c604f96..6c2905e 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -245,8 +245,8 @@ int main(int argc, char **argv) strcpy(info.ip,"-"); nicutils_infofordefaultroute(&info); message = g_strdup_printf ("GPIB addr %d, Eth addr %s", globals.Flash.gpib_address,info.ip); - LCD_write(2,0,message); - g_free (message); + LCD_write(2,0,message); + g_free (message); /* start-up delay */ LCD_write(3,0,"Warming up, please wait... "); |