Browse Source

tables: Fix header guard definition.

Georgi Chorbadzhiyski 9 years ago
parent
commit
19aadf5a77
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tables.h

+ 1
- 1
tables.h View File

@@ -12,7 +12,7 @@
12 12
  * GNU General Public License (COPYING file) for more details.
13 13
  *
14 14
  */
15
-#ifndef TABLE_H
15
+#ifndef TABLES_H
16 16
 #define TABLES_H
17 17
 
18 18
 #include "data.h"

Loading…
Cancel
Save