From 9a6ad7402ed3ebef0e2976e18b80afe579f075e1 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 12 Aug 2016 23:09:57 +0200 Subject: use pragam --- config.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index acae402..0a48ed7 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,4 @@ -#ifndef __CONFIG_H__ -#define __CONFIG_H__ +#pragma once #include @@ -72,5 +71,3 @@ extern int g_string_count; void config_reset(); int config_handle_line( char *line); char *config_midi_note_to_string(int string); - -#endif -- cgit v1.2.3