1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-26 23:20:22 +05:30

main.c: rename enum arg_destinations to arg_destination

This commit is contained in:
Intel A80486DX2-66 2024-11-22 20:14:53 +03:00
parent 1faeb7404a
commit e6085b994f
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -25,7 +25,7 @@
#include "strdup.h" #include "strdup.h"
/* enums */ /* enums */
enum arg_destinations { enum arg_destination {
ARG_NO_DEST, ARG_NO_DEST,
ARG_DEST_POSSIBILITY, ARG_DEST_POSSIBILITY,
ARG_DEST_THRESHOLD, ARG_DEST_THRESHOLD,