Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed include guard of src/satip/server.h
  • Loading branch information
UllrichKossow authored and perexg committed Apr 15, 2015
1 parent 203b48e commit 310a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/satip/server.h
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __TVH_SATIP_SERVER__H__
#ifndef __TVH_SATIP_SERVER_H__
#define __TVH_SATIP_SERVER_H__

#include "build.h"
Expand Down

0 comments on commit 310a77c

Please sign in to comment.