diff options
author | Campus <campus@ntop.org> | 2016-07-20 13:31:29 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-07-20 13:31:29 +0200 |
commit | b6237bc39d89bbb082a71ed77c5d9737c15493ad (patch) | |
tree | 82ae6159a738bbc6fa39170b6ca49a0dc5caa0cd | |
parent | 54935e4aa3460684aae126fc90b5acb08dd47aae (diff) |
minor fixes hangout
-rw-r--r-- | src/lib/protocols/hangout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/protocols/hangout.c b/src/lib/protocols/hangout.c index eb6566220..ca53a8814 100644 --- a/src/lib/protocols/hangout.c +++ b/src/lib/protocols/hangout.c @@ -1,5 +1,5 @@ /* - * git.c + * hangout.c * * Copyright (C) 2012-16 - ntop.org * @@ -17,7 +17,6 @@ * If not, see <http://www.gnu.org/licenses/>. * */ -#include <stdlib.h> #include "ndpi_api.h" #ifdef NDPI_SERVICE_HANGOUT |