diff options
author | deva <deva> | 2009-02-11 10:21:30 +0000 |
---|---|---|
committer | deva <deva> | 2009-02-11 10:21:30 +0000 |
commit | 37ec99c015f08c2e94ea04d32b50dfcb549e19a5 (patch) | |
tree | 6b537667698ea9bb74479d421b6d8e9713397713 /server/src/debug.cc | |
parent | 2592c3545dd4bc343aff5d0d3e842e1a37c0fb39 (diff) |
Updated file header comments to fit the rest of the project.
Diffstat (limited to 'server/src/debug.cc')
-rw-r--r-- | server/src/debug.cc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/server/src/debug.cc b/server/src/debug.cc index 6207a1e..54a2191 100644 --- a/server/src/debug.cc +++ b/server/src/debug.cc @@ -1,3 +1,13 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* vim: set et sw=2 ts=2: */ +/*************************************************************************** + * debug.cc + * + * Wed Feb 11 11:22:12 CET 2009 + * Copyright 2009 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + /* * This file is part of Pracro. * @@ -15,6 +25,7 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include "debug.h" #include <config.h> @@ -22,7 +33,6 @@ #include <stdlib.h> #include <stdarg.h> #include <string.h> -#include "debug.h" #define NELEM(x) (sizeof(x)/sizeof((x)[0])) struct __pracro_debug_channel |