aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-19 08:50:14 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-19 08:50:14 -0400
commit452f529996da277ac13d1776a03f26f0094a0357 (patch)
tree012a8850a603f3def2ee89f5d27dbf50cf82d444 /src/common.cpp
parentb692f5845d7d8293beda18db6e5bfed52549365a (diff)
documentation part 1
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 182b5b8..8dcbd11 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -31,4 +31,3 @@ void DEBUG_prints(const char* file, int line, const char *s,...){
vprintf(s,args);
va_end(args);
}
-