summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/rtf.ll
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-09 14:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-09 14:11:22 +0900
commita06e2c2f225d76b67b0058a9880222f75d5495c3 (patch)
tree6afffac4dbc4eb2f25bdd2847d5b1105699dc772 /kopete/protocols/groupwise/libgroupwise/rtf.ll
parente19d155e7eb8fe8dee0b10b954b09396816733db (diff)
downloadtdenetwork-a06e2c2f225d76b67b0058a9880222f75d5495c3.tar.gz
tdenetwork-a06e2c2f225d76b67b0058a9880222f75d5495c3.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/rtf.ll')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/rtf.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/rtf.ll b/kopete/protocols/groupwise/libgroupwise/rtf.ll
index 67e9f5f5..ba2a6c55 100644
--- a/kopete/protocols/groupwise/libgroupwise/rtf.ll
+++ b/kopete/protocols/groupwise/libgroupwise/rtf.ll
@@ -15,9 +15,9 @@
* *
*************************************************************************
-update rtf.cc:
+update rtf.cpp:
flex -olex.yy.c `test -f rtf.ll || echo './'`rtf.ll
-sed '/^#/ s|lex.yy\.c|rtf.cc|' lex.yy.c >rtf.cc
+sed '/^#/ s|lex.yy\.c|rtf.cpp|' lex.yy.c >rtf.cpp
rm -f lex.yy.c
*/