summaryrefslogtreecommitdiff
path: root/caputils
diff options
context:
space:
mode:
Diffstat (limited to 'caputils')
-rw-r--r--caputils/airpcap_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/airpcap_loader.c b/caputils/airpcap_loader.c
index 8a5c7e10af..8a9d10a5dc 100644
--- a/caputils/airpcap_loader.c
+++ b/caputils/airpcap_loader.c
@@ -642,7 +642,7 @@ airpcap_if_info_print(airpcap_if_info_t* if_info)
guint i;
if (if_info == NULL)
{
- g_print("\nWARNING : AirPcap Interface pointer is NULL!\n");
+ g_print("\nWARNING : AirPcap Interface pointer is NULL.\n");
return;
}