Style fix: return value comments (#1668)

JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
This commit is contained in:
Levente Orban
2017-03-21 10:24:54 +01:00
committed by László Langó
parent e66bb5591d
commit 4420401cf5
20 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void jerry_port_default_set_abort_on_fail (bool flag) /**< new value of 'abort o
* non-zero exit code in the default implementation of jerry_port_fatal.
*
* @return true - if 'abort on fail' flag is set,
* false - otherwise.
* false - otherwise
*/
bool jerry_port_default_is_abort_on_fail (void)
{