Bläddra i källkod

Fixed help.h and removed entry from unity.c

pull/3/head
Emil 10 månader sedan
förälder
incheckning
ae3bbf2a91
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -0
      include/help.h
  2. +0
    -1
      src/unity.c

+ 2
- 0
include/help.h Visa fil

@@ -1,5 +1,7 @@
#ifndef HELP_H_

/* (((git))) */

extern char const * help_msg;
extern char const * fmsg;



+ 0
- 1
src/unity.c Visa fil

@@ -1,5 +1,4 @@
#define DECL static
#include "help.h"
#include "irc.c"
#include "parse.c"
#include "api.c"