Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d2016
)
Convert dumb_blorb.h to K&R style.
author
David Griffith
<dave@661.org>
Wed, 18 Sep 2019 06:22:23 +0000
(23:22 -0700)
committer
David Griffith
<dave@661.org>
Thu, 19 Sep 2019 02:30:49 +0000
(19:30 -0700)
src/dumb/dumb_blorb.h
patch
|
blob
|
history
diff --git
a/src/dumb/dumb_blorb.h
b/src/dumb/dumb_blorb.h
index e85a8c9450e2bbf238a4bea0259e7fa51513e5a4..8c1c1e4621f5e830a17eb076800183753f7972af 100644
(file)
--- a/
src/dumb/dumb_blorb.h
+++ b/
src/dumb/dumb_blorb.h
@@
-28,9
+28,9
@@
typedef struct sampledata_struct {
*
*/
typedef struct {
- bb_result_t bbres;
- unsigned long type;
- FILE *fp;
+
bb_result_t bbres;
+
unsigned long type;
+
FILE *fp;
} myresource;
/* These are used only locally */