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:17:58 +0900
commitce469cbad1be7074adbcb346c4aa1acdbfd17a37 (patch)
tree153a6dd5cc39873d1aa2757e6c1a54271d3e6b11 /kopete/protocols/groupwise/libgroupwise/rtf.ll
parent15d37bd9bfff45673d3d106685b051941a14327a (diff)
downloadtdenetwork-ce469cbad1be7074adbcb346c4aa1acdbfd17a37.tar.gz
tdenetwork-ce469cbad1be7074adbcb346c4aa1acdbfd17a37.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a06e2c2f225d76b67b0058a9880222f75d5495c3)
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
*/