Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Subsystems/cmdUtil/cmdUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "getopt.h"
#include <getopt.h>
#include <string.h>
#include <limits.h>
#include "SendUdp.h"
Expand Down Expand Up @@ -383,7 +383,7 @@ int main(int argc, char *argv[]) {
int opt = 0;
int longIndex = 0;
int retStat;
short tempShort;
unsigned short tempShort;

/*
** Initialize the CommandData struct
Expand Down