From c76c568b351d37c485f78cd185b2d52d54fe7a34 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 16 Aug 2004 23:37:23 +0000 Subject: Const policed pointer arguments to functions, part 1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4995 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/panic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/panic.h') diff --git a/firmware/export/panic.h b/firmware/export/panic.h index 585f827..fd63687 100644 --- a/firmware/export/panic.h +++ b/firmware/export/panic.h @@ -20,6 +20,6 @@ #ifndef __PANIC_H__ #define __PANIC_H__ -void panicf( char *fmt, ... ); +void panicf( const char *fmt, ... ); #endif /* __PANIC_H__ */ -- cgit v1.1