Merge "Fix the size of app id" into tizen
[platform/core/uifw/tts.git] / server / ttsd_config.h
index 76e4597..26ad74f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved 
+*  Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved 
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -26,7 +26,7 @@ typedef enum {
        TTS_CONFIG_TYPE_VOICE,
        TTS_CONFIG_TYPE_SPEED,
        TTS_CONFIG_TYPE_PITCH
-}tts_config_type_e;
+} tts_config_type_e;
 
 typedef void (*ttsd_config_changed_cb)(tts_config_type_e type, const char* str_param, int int_param);