diff options
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index f553b5436..80d6c9b15 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1799,6 +1799,8 @@ const char* ndpi_severity2str(ndpi_risk_severity s) { return("Severe"); break; } + + return(""); } /* ******************************************************************** */ |