diff options
author | Chris Michael <cp.michael@samsung.com> | 2016-07-08 08:54:45 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2016-07-08 08:54:45 -0400 |
commit | cb2ab3842182bc6bb7edf63fbeeebf26421f6275 (patch) | |
tree | 3eb4e96e4190073111a94b2444b8630988c33779 /src/lib/elput | |
parent | ee720592196a3b5649a67f3dc80ebb1ce1992c99 (diff) |
elput: Fix horrid typo
Not sure how this happened, but use a ; not a : ;)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/elput')
-rw-r--r-- | src/lib/elput/elput_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elput/elput_input.c b/src/lib/elput/elput_input.c index e5182a9ddc..5b2b1c5b5b 100644 --- a/src/lib/elput/elput_input.c +++ b/src/lib/elput/elput_input.c | |||
@@ -634,7 +634,7 @@ EAPI Eina_Stringshare * | |||
634 | elput_input_device_output_name_get(Elput_Device *device) | 634 | elput_input_device_output_name_get(Elput_Device *device) |
635 | { | 635 | { |
636 | EINA_SAFETY_ON_NULL_RETURN_VAL(device, NULL); | 636 | EINA_SAFETY_ON_NULL_RETURN_VAL(device, NULL); |
637 | EINA_SAFETY_ON_NULL_RETURN_VAL(device->output_name, NULL): | 637 | EINA_SAFETY_ON_NULL_RETURN_VAL(device->output_name, NULL); |
638 | 638 | ||
639 | return eina_stringshare_ref(device->output_name); | 639 | return eina_stringshare_ref(device->output_name); |
640 | } | 640 | } |