From 93fd2c0b9476ed275d6f9597097cf266a315f84c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 23 Jan 2007 12:11:43 +0000 Subject: Fix warning about // style comment. Actually remove the comment because it was pointless anyway. --- axconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axconfig.c b/axconfig.c index 8a2f8b2..396c780 100644 --- a/axconfig.c +++ b/axconfig.c @@ -283,12 +283,12 @@ static char *proc_get_iface_name(char *line) { char *p; if (!(p = strchr(line, ':'))) - return 0; // should never hapen + return 0; *p = 0; while (*line && isspace(*line & 0xff)) line++; if (!*line) - return 0; // should never hapen + return 0; return line; } #endif -- cgit v1.2.3