summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 23:09:57 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 23:09:57 +0200
commit9a6ad7402ed3ebef0e2976e18b80afe579f075e1 (patch)
tree8735e5e38b38c289e8cae04ade36fb67f7e8f70e /config.h
parentb6a9043f6585da39bd063a5903466cf9b3b5e6f6 (diff)
use pragam
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h b/config.h
index acae402..0a48ed7 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,4 @@
1#ifndef __CONFIG_H__ 1#pragma once
2#define __CONFIG_H__
3 2
4#include <stdint.h> 3#include <stdint.h>
5 4
@@ -72,5 +71,3 @@ extern int g_string_count;
72void config_reset(); 71void config_reset();
73int config_handle_line( char *line); 72int config_handle_line( char *line);
74char *config_midi_note_to_string(int string); 73char *config_midi_note_to_string(int string);
75
76#endif