From c135ce5523dbddb321357037c7d321b00341624a Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Thu, 17 May 2018 10:01:35 -0400 Subject: Fix crash when using SDLShow initializer --- SmartDeviceLink/SDLShow.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'SmartDeviceLink/SDLShow.h') diff --git a/SmartDeviceLink/SDLShow.h b/SmartDeviceLink/SDLShow.h index 8eef691a6..a20461801 100644 --- a/SmartDeviceLink/SDLShow.h +++ b/SmartDeviceLink/SDLShow.h @@ -226,8 +226,7 @@ NS_ASSUME_NONNULL_BEGIN /** * @abstract The Custom Presets defined by the App * - * @discussion A Vector value representing the Custom Presets defined by the - * App + * @discussion A Vector value representing the Custom Presets defined by the App *

*