wslua: Rename wslua_util.c to wslua_utility.c.

Rename wslua_util.c to wslua_utility.c so that our file name has the
form "wslua_<lower case lua module name>.c", which is the case for our
other modules.
This commit is contained in:
Gerald Combs 2022-07-23 16:19:49 -07:00
parent e68db21421
commit 3bb40a586d
3 changed files with 3 additions and 3 deletions

View File

@ -306,7 +306,7 @@ set(WSLUA_MODULES
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_capture_info.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_dir.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_wtap.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_util.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_utility.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_struct.c
)

View File

@ -36,7 +36,7 @@ set(WSLUA_MODULES
${CMAKE_CURRENT_SOURCE_DIR}/wslua_struct.c
${CMAKE_CURRENT_SOURCE_DIR}/wslua_tree.c
${CMAKE_CURRENT_SOURCE_DIR}/wslua_tvb.c
${CMAKE_CURRENT_SOURCE_DIR}/wslua_util.c
${CMAKE_CURRENT_SOURCE_DIR}/wslua_utility.c
${CMAKE_CURRENT_SOURCE_DIR}/wslua_wtap.c
)

View File

@ -1,5 +1,5 @@
/*
* wslua_util.c
* wslua_utility.c
*
* (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*