Ticket #12829: 0019-PeakView.h-fix-header-guard-spelling.patch

File 0019-PeakView.h-fix-header-guard-spelling.patch, 737 bytes (added by mt, 8 years ago)
  • src/apps/mediaplayer/interface/PeakView.h

    From e80a509feb90965f41543bb4ee324250a05fa059 Mon Sep 17 00:00:00 2001
    From: Murai Takashi <tmurai01@gmail.com>
    Date: Sat, 25 Jun 2016 21:57:32 +0900
    Subject: [PATCH 19/19] PeakView.h: fix header guard spelling
    
    ---
     src/apps/mediaplayer/interface/PeakView.h | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/apps/mediaplayer/interface/PeakView.h b/src/apps/mediaplayer/interface/PeakView.h
    index f78fdea..4914657 100644
    a b min = 0.0  
    2828max = 1.0
    2929----------------------------------------------------------*/
    3030#ifndef PEAK_VIEW_H
    31 #define PEAL_VIEW_H
     31#define PEAK_VIEW_H
    3232
    3333
    3434#include <View.h>