commit | 6ec32d8ecde86e2d5017fc3e86ec3056a351b9c0 | [log] [tgz] |
---|---|---|
author | Wes Hardaker <hardaker@users.sourceforge.net> | Mon Aug 08 15:12:55 2011 -0700 |
committer | Wes Hardaker <hardaker@users.sourceforge.net> | Mon Aug 08 15:13:28 2011 -0700 |
tree | 57a0d0bfa4e3d46ce91be53a18b44c61042a7a73 | |
parent | bd6c658094028e09d765e37d1f6ff6c01139d444 [diff] |
fix C++ comments
diff --git a/agent/snmpd.c b/agent/snmpd.c index 5574b7d..0deff09 100644 --- a/agent/snmpd.c +++ b/agent/snmpd.c
@@ -1001,8 +1001,8 @@ fclose(PID); } #ifndef _MSC_VER - // The sequence open()/fdopen()/fclose()/close() makes MSVC crash, - // hence skip the close() call when using the MSVC runtime. + /* The sequence open()/fdopen()/fclose()/close() makes MSVC crash, + hence skip the close() call when using the MSVC runtime. */ close(fd); #endif }