Changeset 122 for cpp/common/framsg.cpp


Ignore:
Timestamp:
02/10/14 17:07:20 (10 years ago)
Author:
sz
Message:

(c)opyright information added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/framsg.cpp

    r109 r122  
     1// This file is a part of the Framsticks GDK.
     2// Copyright (C) 2002-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
     3// Refer to http://www.framsticks.com/ for further information.
     4
    15#include "framsg.h"
    26#include <common/nonstd_stdio.h>
    37#include "Convert.h"
    48
    5 char* MSG_LEVEL[]={"DEBUG","INFO","WARN","ERROR","CRITICAL"};
     9const char* MSG_LEVEL[]={"DEBUG","INFO","WARN","ERROR","CRITICAL"};
    610
    711void FMprintf_va(const char *o,const char *m,int w,const char *bl,va_list va)
Note: See TracChangeset for help on using the changeset viewer.