Skip to content

Commit

Permalink
CCB 20191106: Merge #38
Browse files Browse the repository at this point in the history
Fixes #37 
Code reviewed and approved at 20191106 CCB
  • Loading branch information
skliper authored Nov 15, 2019
2 parents 797a63a + 208127f commit c187172
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c187172

Please sign in to comment.