cputnik: Drop "file_types" variable name for enum.
commit15befe1970a2903c983ec2936a5ee4f473e93c45
authorTorrance, Douglas <dtorrance@piedmont.edu>
Sun, 22 Jan 2023 00:52:44 +0000 (22 00:52 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 22 Jan 2023 00:56:29 +0000 (22 00:56 +0000)
tree896e090ebcab942c906c88f541a4bf125eb97f5a
parent28c7fe0e9ae153f20b515df30c3c2ca77b54317e
cputnik: Drop "file_types" variable name for enum.

It was causing a "multiple definition" linking error.  This could be
fixed using "static", but then we get an "unused variable" warning.
The F_* macros it defines are used, however.
cputnik/src/docklib.h