projects
/
sasc-ng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b6003
)
fix compile error (typo)
author
leslie
<unknown>
Tue, 9 Aug 2011 19:25:55 +0000
(21:25 +0200)
committer
leslie
<unknown>
Tue, 9 Aug 2011 19:25:55 +0000
(21:25 +0200)
device.c
patch
|
blob
|
history
diff --git
a/device.c
b/device.c
index 73e567e063388367acca62ca3a71442a779f66ca..33e154d26155b3ff33ae362ce59a114ef589d331 100644
(file)
--- a/
device.c
+++ b/
device.c
@@
-344,7
+344,7
@@
cScDevice::cScDevice(int Adapter, int Frontend, int cafd)
cam=new cCam(this,Adapter);
#endif // !SASC
#if APIVERSNUM >= 10711
- snprintf(devId,sizeof(devId),"%d/%d",Adapter,Front
E
nd);
+ snprintf(devId,sizeof(devId),"%d/%d",Adapter,Front
e
nd);
#else
snprintf(devId,sizeof(devId),"%d",Adapter);
#endif