Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214514
b: refs/heads/master
c: 6f68ad7
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Sep 15, 2010
1 parent 3edca61 commit 5b88734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 068e8a30320e33b1f8d15df9eaef84f04258f96d
refs/heads/master: 6f68ad7fbb421df0aa3c267768245b2e86a91f74
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/pcbit/edss1.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "callbacks.h"


char * isdn_state_table[] = {
const char * const isdn_state_table[] = {
"Closed",
"Call initiated",
"Overlap sending",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/pcbit/edss1.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct fsm_timer_entry {
unsigned long timeout; /* in seconds */
};

extern char * isdn_state_table[];
extern const char * const isdn_state_table[];

void pcbit_fsm_event(struct pcbit_dev *, struct pcbit_chan *,
unsigned short event, struct callb_data *);
Expand Down

0 comments on commit 5b88734

Please sign in to comment.