URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b9f203c1da43ba0e11bf8e1c6cc4c74e60f49402
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b9f203c by Guy Harris (guy@xxxxxxxxxxxx):
Don't put a comma after the last item in an enum list.
C prior to C99 and C++ prior to C++11 don't allow a comma there; we
require C99, at least on UN*X, but don't require C++11.
Change-Id: Ia652de44315d4d87e75f583317b7b1069c8804e7
Reviewed-on: https://code.wireshark.org/review/26411
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from b837511 Avoid the realloc() warning from VS Code Analyzer.
adds b9f203c Don't put a comma after the last item in an enum list.
Summary of changes:
ui/traffic_table_ui.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)