diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-26 20:51:24 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-26 20:51:24 (GMT) |
commit | c2596e23fa9aeb1b60d9dea058f1edfd095e6441 (patch) | |
tree | f1773ab0924abe97c7c83ad78a30393d3b2e8d37 /plugins/check_disk.c | |
parent | ec1f4555db7e6ba2d0a34c57c58bfad948c2a354 (diff) | |
download | monitoring-plugins-c2596e23fa9aeb1b60d9dea058f1edfd095e6441.tar.gz |
Remove C style comments (1583467 - Markus Baertschi)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index a88d2a1..8f980a4 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -635,8 +635,6 @@ print_path (const char *mypath) | |||
635 | printf ("\n"); | 635 | printf ("\n"); |
636 | else | 636 | else |
637 | printf (_(" for %s\n"), mypath); | 637 | printf (_(" for %s\n"), mypath); |
638 | |||
639 | //return; | ||
640 | } | 638 | } |
641 | 639 | ||
642 | 640 | ||