From 7c8db659a49d575b6d5b0304f5399c9b2931d83b Mon Sep 17 00:00:00 2001 From: Matthias Eble Date: Wed, 13 Jun 2007 09:43:28 +0000 Subject: Fixed some syntax errors to make check_ide_smart build git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1739 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index e30d89c..5dcf7a3 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -437,23 +437,6 @@ print_values (values_t * p, thresholds_t * t) } - -void -print_thresholds (thresholds_t * p) -{ - threshold_t * threshold = p->thresholds; - int i; - printf ("\n"); - printf ("SmartRevision=%d\n", p->revision); - for (i = 0; i < NR_ATTRIBUTES; i++) { - if (threshold->id) { - printf ("Id=%3d, Threshold=%3d\n", threshold->id, - threshold->threshold); } - ++threshold; - } - printf ("CheckSum=%d\n", p->checksum); -} - int smart_cmd_simple (int fd, enum SmartCommand command, __u8 val0, char show_error) { @@ -541,7 +524,7 @@ print_help (void) void print_usage (void) { - printf (_("Usage:"); + printf (_("Usage:")); printf ("%s [-d ] [-i ] [-q quiet] [-1 ]",progname); - pritnf (" [-O ] [-n ]\n"); + printf (" [-O ] [-n ]\n"); } -- cgit v0.10-9-g596f