Browse Source

Comment tweak

pull/1071/head
Ray 5 years ago
parent
commit
1f82b0d847
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/text.c

+ 1
- 1
src/text.c View File

@ -55,7 +55,7 @@
#include <stdlib.h> // Required for: malloc(), free()
#include <string.h> // Required for: strlen()
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end()
#include <stdarg.h> // Required for: va_list, va_start(), vsprintf(), va_end()
#include <stdio.h> // Required for: FILE, fopen(), fclose(), fscanf(), feof(), rewind(), fgets()
#include <ctype.h> // Required for: toupper(), tolower()

Loading…
Cancel
Save