summaryrefslogtreecommitdiff
path: root/ptunxor.cc
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-06-21 20:38:40 +1000
committerDamien Zammit <damien@zamaudio.com>2019-06-21 20:38:40 +1000
commit12560df8235ca65ff7a5ca7fe7987db8e416f9a9 (patch)
tree9368719b2d1bc3ec15a5557cedcee50fa184997d /ptunxor.cc
parent81373956159ad7c23d1a7df85dc55349c4be674b (diff)
More API cleanups
- Make naming of files more consistent - Use const& for strings where applicable - Move macros out of the global namespace header
Diffstat (limited to 'ptunxor.cc')
-rw-r--r--ptunxor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptunxor.cc b/ptunxor.cc
index 484454e..686c0a5 100644
--- a/ptunxor.cc
+++ b/ptunxor.cc
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <cstdio>
#include <inttypes.h>
-#include "ptformat/ptfformat.h"
+#include "ptformat/ptformat.h"
int main(int argc, char** argv) {