Changeset 2520

Show
Ignore:
Timestamp:
05/06/14 04:15:23 (10 years ago)
Author:
jwoithe
Message:

Correct a typo introduced in r2517. Thanks to Jano Svitok for spotting this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/debugmodule/debugmodule.h

    r2517 r2520  
    118118// these are for messages that are also displayed when not compiled 
    119119// for debug messages 
    120 #ifdef DEBUG_KESSAGES 
     120#ifdef DEBUG_MESSAGES 
    121121#define printMessage( format, args... )                             \ 
    122122                m_debugModule.print( DebugModule::eDL_Message,      \