Skip to content

Commit 93efb11

Browse files
committed
build: rename libvnclient/rfbproto.c to libvncclient/rfbclient.c
1 parent f4fa59e commit 93efb11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ set(LIBVNCSERVER_SOURCES
393393
set(LIBVNCCLIENT_SOURCES
394394
${LIBVNCCLIENT_DIR}/cursor.c
395395
${LIBVNCCLIENT_DIR}/listen.c
396-
${LIBVNCCLIENT_DIR}/rfbproto.c
396+
${LIBVNCCLIENT_DIR}/rfbclient.c
397397
${LIBVNCCLIENT_DIR}/sockets.c
398398
${LIBVNCCLIENT_DIR}/vncviewer.c
399399
${COMMON_DIR}/sockets.c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
/*
23-
* rfbproto.c - functions to deal with client side of RFB protocol.
23+
* rfbclient.c - functions to deal with client side of RFB protocol.
2424
*/
2525

2626
#ifdef __STRICT_ANSI__

0 commit comments

Comments
 (0)