summaryrefslogtreecommitdiffstats
path: root/op.c
diff options
context:
space:
mode:
authorAttila Veghelyi <aveghelyi@dension.com>2023-07-03 09:05:43 +0200
committerAttila Veghelyi <works@veghelyiattila.hu>2023-07-23 19:41:01 +0200
commit3677ef6a3d3f01f11d9b1511a0383ff166a068fa (patch)
tree970c731fdb843eaeefd4ec44ea0d6b2484a33707 /op.c
parent925d0670c45e1100e412070fa0ce2405604f219a (diff)
downloadOpenProgrammer-3677ef6a3d3f01f11d9b1511a0383ff166a068fa.tar.gz
OpenProgrammer-3677ef6a3d3f01f11d9b1511a0383ff166a068fa.zip
Unify 'common.h'
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 3e55dbc..766f8c0 100644
--- a/op.c
+++ b/op.c
@@ -1355,4 +1355,4 @@ int FindDevice(int vid,int pid){
//gtk_statusbar_push(status_bar,statusID,strings[S_prog]);
}
return MyDeviceDetected;
-} \ No newline at end of file
+}