Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251993
b: refs/heads/master
c: 4c315a5
h: refs/heads/master
i:
  251991: 9f910bd
v: v3
  • Loading branch information
Michal Marek committed Apr 18, 2011
1 parent c400db1 commit dbb1603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 571b16da39922cf71db41c10852d798a44686c15
refs/heads/master: 4c315a5d57300db83d2eb7b8d5b6019e1fba99fc
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/in2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ static int in2000_proc_info(struct Scsi_Host *instance, char *buf, char **start,
bp = buf;
*bp = '\0';
if (hd->proc & PR_VERSION) {
sprintf(tbuf, "\nVersion %s - %s. Compiled %s %s", IN2000_VERSION, IN2000_DATE, __DATE__, __TIME__);
sprintf(tbuf, "\nVersion %s - %s.", IN2000_VERSION, IN2000_DATE);
strcat(bp, tbuf);
}
if (hd->proc & PR_INFO) {
Expand Down

0 comments on commit dbb1603

Please sign in to comment.