Skip to content

Commit 6d1c1b5

Browse files
committed
Remove nullptr usages and use NULL instead
Related issue: #119 JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
1 parent f6b875c commit 6d1c1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-core/jerry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ char jerry_extension_characters_buffer[CONFIG_EXTENSION_CHAR_BUFFER_SIZE];
7373

7474
#ifdef JERRY_ENABLE_LOG
7575
int jerry_debug_level = 0;
76-
FILE *jerry_log_file = nullptr;
76+
FILE *jerry_log_file = NULL;
7777
#endif
7878

7979
/**

0 commit comments

Comments
 (0)