aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-04-24 23:04:24 +0200
committerTharre <tharre3@gmail.com>2014-04-25 02:31:00 +0200
commit0f42b87326dfcbc0ffb856d6544f4824d4f4e636 (patch)
treebbec724a5126aaba6854ccc2876bf6dfee0453e9 /src/util.c
parent331ae2118eff51df1c182dc84a0069965db8a405 (diff)
downloadredo-0f42b87326dfcbc0ffb856d6544f4824d4f4e636.tar.gz
redo-0f42b87326dfcbc0ffb856d6544f4824d4f4e636.tar.xz
redo-0f42b87326dfcbc0ffb856d6544f4824d4f4e636.zip
Convert __FILENAME__ to _FILENAME so it follows standard conventions
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index a0e05f5..c4897ac 100644
--- a/src/util.c
+++ b/src/util.c
@@ -5,7 +5,7 @@
#include <assert.h>
#include "util.h"
-#define __FILENAME__ "util.c"
+#define _FILENAME "util.c"
#include "dbg.h"
#include "../config.h"