Skip to content

Commit

Permalink
Remove unnecessary elif flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFrank committed Sep 7, 2023
1 parent 2dac327 commit 7395ceb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FileHandling/src/FileHandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#ifdef _MSC_VER
#elif
#ifndef _MSC_VER
#include "dirent.h"
#endif

Expand Down

0 comments on commit 7395ceb

Please sign in to comment.