From: LunarShaddow Date: Mon, 7 Mar 2016 07:42:34 +0000 (+0800) Subject: fix typo X-Git-Tag: release-1.0.27~16 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=99ad9af6b4a0d1dbcdff4d871e48bb422a945384;ds=sidebyside fix typo --- diff --git a/src/cygwin/device.c b/src/cygwin/device.c index 47867a4..935e507 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -61,7 +61,7 @@ static bool setup_device(void) { get_config_string(lookup_config(config_tree, "Device"), &device); get_config_string(lookup_config(config_tree, "Interface"), &iface); - if(device && interface) + if(device && iface) logger(LOG_WARNING, "Warning: both Device and Interface specified, results may not be as expected"); /* Open registry and look for network adapters */