summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyeshkkumar <priyeshkkumar@gmail.com>2020-07-13 18:47:13 +0530
committerPriyeshkkumar <priyeshkkumar@gmail.com>2020-07-13 18:47:13 +0530
commit708d8098eca305fc968895def0cb42f8cf6d6b4e (patch)
tree4c879f36bb79894bf73d17864e9a6abc181eaac6
parent7d785da7a2e23b8f90229a2a251770fd44dd7693 (diff)
downloadfreetype2-708d8098eca305fc968895def0cb42f8cf6d6b4e.tar.gz
Updated [priyesh]ChangeLog representing changes in previous commit
-rw-r--r--[priyesh]ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/[priyesh]ChangeLog b/[priyesh]ChangeLog
index 503a99d6e..b94ed3a28 100644
--- a/[priyesh]ChangeLog
+++ b/[priyesh]ChangeLog
@@ -8,7 +8,7 @@
1. Added a function `FT_Callback()` which is used when user sets an
external log handeling callback function.
2. Code Cleanup and resolved [ -Wunused-variable ] warnings
- 3. Added a macro `FT_Log` to handle the `FT_TRACE`
+ 3. Added a macro `FT_LOG` to handle the `FT_TRACE`
* src/base/ftdebug.c:
1. Updated code to print FT_COMPONENT and TimeStamp.
2. Code Cleanup.